use live site settings

This commit is contained in:
Jon Goldberg 2019-09-09 18:12:29 -04:00
parent e94484960f
commit e4afac16a5
No known key found for this signature in database
GPG Key ID: C2D2247364F9DB13
1 changed files with 8 additions and 8 deletions

View File

@ -3,16 +3,16 @@
class CRM_Tbusainvoicegen_Timebank {
// Live settings
// const TBBILLABLEFIELD = 'custom_233';
// const BILLABLEMEMBERFIELD = 'custom_236';
// const BILLINGPERIODFIELD = 'custom_228';
// const TBCREATED = 'custom_112';
const TBBILLABLEFIELD = 'custom_233';
const BILLABLEMEMBERFIELD = 'custom_236';
const BILLINGPERIODFIELD = 'custom_228';
const TBCREATED = 'custom_112';
// Local dev settings.
const TBBILLABLEFIELD = 'custom_9';
const BILLABLEMEMBERFIELD = 'custom_10';
const BILLINGPERIODFIELD = 'custom_11';
const TBCREATED = 'custom_27';
// const TBBILLABLEFIELD = 'custom_9';
// const BILLABLEMEMBERFIELD = 'custom_10';
// const BILLINGPERIODFIELD = 'custom_11';
// const TBCREATED = 'custom_27';
/**
* Set the pricing here.