From d3175fe3fea3fe726c0f16dc3f4d927194ab5906 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Thu, 12 Sep 2019 17:01:12 -0400 Subject: [PATCH] fix live site custom field --- CRM/Tbusainvoicegen/Timebank.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Tbusainvoicegen/Timebank.php b/CRM/Tbusainvoicegen/Timebank.php index 9abbd15..ef5f910 100644 --- a/CRM/Tbusainvoicegen/Timebank.php +++ b/CRM/Tbusainvoicegen/Timebank.php @@ -6,7 +6,7 @@ class CRM_Tbusainvoicegen_Timebank { const TBBILLABLEFIELD = 'custom_233'; const BILLABLEMEMBERFIELD = 'custom_236'; const BILLINGPERIODFIELD = 'custom_228'; - const TBCREATED = 'custom_112'; + const TBCREATED = 'custom_114'; // Local dev settings. // const TBBILLABLEFIELD = 'custom_9';