From 6f3fc83a0b60380541a451e5b6a01ee9dd72005c Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 7 Aug 2017 20:08:36 +0000 Subject: [PATCH] Adds a few additional transactions to the membership benefits definition. --- Connections/database_functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index d4658aa..14c2d5c 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -97,7 +97,10 @@ $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, - "New Parts" => true + "New Parts" => true, + "Helmets" => true, + "Cargo Related" => true, + "Car Racks" => true ); /*******