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

Add MAX_BIKE_EARNED definition.

This commit is contained in:
Jonathan Rosenbaum 2017-07-26 19:19:28 +00:00
parent c6f68ff19b
commit 670d27432b

View File

@ -70,6 +70,7 @@ May add capability to adjust limits based on status, but that can get complex if
*/
define("SWEAT_EQUITY_LIMIT",100);
define("MAX_BIKE_EARNED",1);
define("VOLUNTEER_HOUR_VALUE",8);
define("VOLUNTEER_DISCOUNT",25);
define("SPECIAL_VOLUNTEER_HOURS_QUALIFICATION",100);
@ -85,7 +86,7 @@ $gnucash_accounts = array( "Bicycles" => "",
"New Parts" => "",
"Stand Time" => "",
"Inventory Parts" => "",
"Inventory Parts" => "",
"Inventory Parts" => ""
);
*/