1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds Stand Time to membership benefits definition.

This commit is contained in:
Jonathan Rosenbaum 2017-08-07 22:40:44 +00:00
parent 945428b0c9
commit c814e49031

View File

@ -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,