mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Defines Membership discount.
This commit is contained in:
parent
1f73ed2a2e
commit
f69c4d49c9
@ -40,6 +40,9 @@ define("MEMBERSHIP_DAYS",2);
|
|||||||
// Define how long a patron remains a member if they purchase a membership.
|
// Define how long a patron remains a member if they purchase a membership.
|
||||||
define("PURCHASED_MEMBERSHIP_DAYS",365);
|
define("PURCHASED_MEMBERSHIP_DAYS",365);
|
||||||
|
|
||||||
|
// Define discount for paid members (applies when volunteer benefits do not)
|
||||||
|
define("MEMBERSHIP_DISCOUNT",10); // PERCENTAGE
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
STAND TIME
|
STAND TIME
|
||||||
**********/
|
**********/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user