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
1 changed files with 9 additions and 9 deletions

View File

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