mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Adds VOLUNTEER_DISCOUNT.
This commit is contained in:
parent
cf7bcd5103
commit
76b73352dc
@ -18,6 +18,7 @@ $timezone = TIMEZONE;
|
|||||||
$sweat_equity_limit = SWEAT_EQUITY_LIMIT;
|
$sweat_equity_limit = SWEAT_EQUITY_LIMIT;
|
||||||
$max_bike_earned = MAX_BIKE_EARNED;
|
$max_bike_earned = MAX_BIKE_EARNED;
|
||||||
$volunteer_hour_value = VOLUNTEER_HOUR_VALUE;
|
$volunteer_hour_value = VOLUNTEER_HOUR_VALUE;
|
||||||
|
$volunteer_discount = VOLUNTEER_DISCOUNT;
|
||||||
$special_volunteer_hours_qualification = SPECIAL_VOLUNTEER_HOURS_QUALIFICATION;
|
$special_volunteer_hours_qualification = SPECIAL_VOLUNTEER_HOURS_QUALIFICATION;
|
||||||
$special_volunteer_discount = SPECIAL_VOLUNTEER_DISCOUNT;
|
$special_volunteer_discount = SPECIAL_VOLUNTEER_DISCOUNT;
|
||||||
$stand_time_value = STAND_TIME_VALUE;
|
$stand_time_value = STAND_TIME_VALUE;
|
||||||
@ -149,6 +150,7 @@ $stand_time_value = STAND_TIME_VALUE;
|
|||||||
$result3["max_bike_earned"] = $max_bike_earned;
|
$result3["max_bike_earned"] = $max_bike_earned;
|
||||||
$result3["volunteer_hour_value"] = $volunteer_hour_value;
|
$result3["volunteer_hour_value"] = $volunteer_hour_value;
|
||||||
$result3["sweat_equity_limit"] = $sweat_equity_limit;
|
$result3["sweat_equity_limit"] = $sweat_equity_limit;
|
||||||
|
$result3["volunteer_discount"] = $volunteer_discount;
|
||||||
$result3["special_volunteer_hours_qualification"] = $special_volunteer_hours_qualification;
|
$result3["special_volunteer_hours_qualification"] = $special_volunteer_hours_qualification;
|
||||||
$result3["special_volunteer_discount"] = $special_volunteer_discount;
|
$result3["special_volunteer_discount"] = $special_volunteer_discount;
|
||||||
$result3["stand_time_value"] = $stand_time_value;
|
$result3["stand_time_value"] = $stand_time_value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user