From f8948179b47a4622e5d5b036d2ecaf769c99902e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 20 Apr 2022 14:00:37 -0600 Subject: [PATCH] Use server variables for client-size price calculation --- settings.template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.template.php b/settings.template.php index 63342d5..9a757c6 100644 --- a/settings.template.php +++ b/settings.template.php @@ -37,6 +37,7 @@ $SETTINGS = [ "prices" => [ "camp" => 50.0, "tshirt" => 10.0, + "adult_volunteer_daily_discount" => 10.0, // Set to false to make shirts always free, set to a number to make them // free for people who work at least that many days "youth_tshirt" => false,