[freeside-commits] branch FREESIDE_3_BRANCH updated. e62240840b11d5c8c74658778737a26adc243d9c
Christopher Burger
burgerc at freeside.biz
Tue Feb 13 08:59:01 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via e62240840b11d5c8c74658778737a26adc243d9c (commit)
from b44efbfbf120cae70a1495a8857cafb61d448f20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e62240840b11d5c8c74658778737a26adc243d9c
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue Feb 13 09:02:56 2018 -0500
RT# 79507 - enabled GCET import format
diff --git a/FS/FS/cust_main/import_charges/gcet.pm b/FS/FS/cust_main/import_charges/gcet.pm
index 83f956545..cd0fc804c 100644
--- a/FS/FS/cust_main/import_charges/gcet.pm
+++ b/FS/FS/cust_main/import_charges/gcet.pm
@@ -20,7 +20,7 @@ my $charges = {
'charges' => $charges,
'name' => 'Gcet',
'weight' => '30',
- 'disabled' => '1',
+ 'disabled' => '',
);
1;
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/import_charges/gcet.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list