use live site settings
This commit is contained in:
parent
e94484960f
commit
e4afac16a5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user