mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
Adds a few additional transactions to the membership benefits definition.
This commit is contained in:
parent
de853b5da0
commit
6f3fc83a0b
@ -97,7 +97,10 @@ $transactions_with_volunteer_benefits = array( "Bicycles" => true,
|
|||||||
|
|
||||||
// Volunteer benefits take priority over membership benefits if patron qualifies for both
|
// 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( "Used Parts" => true,
|
||||||
"New Parts" => true
|
"New Parts" => true,
|
||||||
|
"Helmets" => true,
|
||||||
|
"Cargo Related" => true,
|
||||||
|
"Car Racks" => true
|
||||||
);
|
);
|
||||||
|
|
||||||
/*******
|
/*******
|
||||||
|
Loading…
x
Reference in New Issue
Block a user