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