Use server variables for client-size price calculation
This commit is contained in:
parent
95d46f3633
commit
f8948179b4
@ -37,6 +37,7 @@ $SETTINGS = [
|
|||||||
"prices" => [
|
"prices" => [
|
||||||
"camp" => 50.0,
|
"camp" => 50.0,
|
||||||
"tshirt" => 10.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
|
// 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
|
// free for people who work at least that many days
|
||||||
"youth_tshirt" => false,
|
"youth_tshirt" => false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user