1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds VOLUNTEER_DISCOUNT.

This commit is contained in:
Jonathan Rosenbaum 2017-08-02 06:18:46 +00:00
parent cf7bcd5103
commit 76b73352dc

View File

@ -18,6 +18,7 @@ $timezone = TIMEZONE;
$sweat_equity_limit = SWEAT_EQUITY_LIMIT;
$max_bike_earned = MAX_BIKE_EARNED;
$volunteer_hour_value = VOLUNTEER_HOUR_VALUE;
$volunteer_discount = VOLUNTEER_DISCOUNT;
$special_volunteer_hours_qualification = SPECIAL_VOLUNTEER_HOURS_QUALIFICATION;
$special_volunteer_discount = SPECIAL_VOLUNTEER_DISCOUNT;
$stand_time_value = STAND_TIME_VALUE;
@ -149,6 +150,7 @@ $stand_time_value = STAND_TIME_VALUE;
$result3["max_bike_earned"] = $max_bike_earned;
$result3["volunteer_hour_value"] = $volunteer_hour_value;
$result3["sweat_equity_limit"] = $sweat_equity_limit;
$result3["volunteer_discount"] = $volunteer_discount;
$result3["special_volunteer_hours_qualification"] = $special_volunteer_hours_qualification;
$result3["special_volunteer_discount"] = $special_volunteer_discount;
$result3["stand_time_value"] = $stand_time_value;