live site settings

This commit is contained in:
Jon Goldberg 2019-06-28 18:02:38 -04:00
parent a87d50de10
commit 53ca44bcb6
No known key found for this signature in database
GPG Key ID: C2D2247364F9DB13

View File

@ -2,15 +2,15 @@
class CRM_Tbusainvoicegen_Timebank { class CRM_Tbusainvoicegen_Timebank {
/** // Live settings
* Live settings const TBBILLABLEFIELD = 'custom_202';
* const TBBILLABLEFIELD = 'custom_202'; const BILLABLEMEMBERFIELD = 'custom_199';
* const BILLABLEMEMBERFIELD = 'custom_199'; const BILLINGPERIODFIELD = 'custom_228';
* const BILLINGPERIODFIELD = 'custom_228';
*/ // Local dev settings.
const TBBILLABLEFIELD = 'custom_9'; // const TBBILLABLEFIELD = 'custom_9';
const BILLABLEMEMBERFIELD = 'custom_10'; // const BILLABLEMEMBERFIELD = 'custom_10';
const BILLINGPERIODFIELD = 'custom_11'; // const BILLINGPERIODFIELD = 'custom_11';
/** /**
* Set the pricing here. * Set the pricing here.