From c814e49031e81c4a75d6e2b3edc27a21a1aa3317 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 7 Aug 2017 22:40:44 +0000 Subject: [PATCH] Adds Stand Time to membership benefits 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 14c2d5c..d0d9074 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -96,7 +96,8 @@ $transactions_with_volunteer_benefits = array( "Bicycles" => true, ); // Volunteer benefits take priority over membership benefits if patron qualifies for both -$transactions_with_membership_benefits = array( "Used Parts" => true, +$transactions_with_membership_benefits = array( "Stand Time" => true, + "Used Parts" => true, "New Parts" => true, "Helmets" => true, "Cargo Related" => true,