Browse Source

Adds a few additional transactions to the membership benefits definition.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
6f3fc83a0b
  1. 5
      Connections/database_functions.php

5
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
);
/*******

Loading…
Cancel
Save