From e4afac16a56422290a22cd84708c9cc92d36b0a4 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Mon, 9 Sep 2019 18:12:29 -0400 Subject: [PATCH] use live site settings --- CRM/Tbusainvoicegen/Timebank.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CRM/Tbusainvoicegen/Timebank.php b/CRM/Tbusainvoicegen/Timebank.php index 7251eff..487bb8e 100644 --- a/CRM/Tbusainvoicegen/Timebank.php +++ b/CRM/Tbusainvoicegen/Timebank.php @@ -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.