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