Use server variables for client-size price calculation

master
Skylar Ittner 2 years ago
parent 95d46f3633
commit f8948179b4

@ -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,

Loading…
Cancel
Save