From 51d3cedd250b7373882a0d5db3c24c3edcda70fe Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Sun, 15 Sep 2019 11:18:03 -0400 Subject: [PATCH] add a missing price tier --- CRM/Tbusainvoicegen/Timebank.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Tbusainvoicegen/Timebank.php b/CRM/Tbusainvoicegen/Timebank.php index ef5f910..8250705 100644 --- a/CRM/Tbusainvoicegen/Timebank.php +++ b/CRM/Tbusainvoicegen/Timebank.php @@ -23,6 +23,7 @@ class CRM_Tbusainvoicegen_Timebank { '34' => 30, '49' => 60, '79' => 90, + '99' => 120, '119' => 160, '149' => 200, '199' => 240,