From 670d27432b0dda418529329242edbbd4fba20e30 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 26 Jul 2017 19:19:28 +0000 Subject: [PATCH] Add MAX_BIKE_EARNED definition. --- Connections/database_functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index 09f704f..e18a7ff 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -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" => "" ); */