From 53ca44bcb6937136b30a96112f78070a501e7ef4 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Fri, 28 Jun 2019 18:02:38 -0400 Subject: [PATCH] live site settings --- CRM/Tbusainvoicegen/Timebank.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CRM/Tbusainvoicegen/Timebank.php b/CRM/Tbusainvoicegen/Timebank.php index b0dded9..dda479a 100644 --- a/CRM/Tbusainvoicegen/Timebank.php +++ b/CRM/Tbusainvoicegen/Timebank.php @@ -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.