[freeside-commits] branch FREESIDE_4_BRANCH updated. ee4b070571c9a8fde8431a07896f896b5357180f
Christopher Burger
burgerc at freeside.biz
Tue Feb 13 08:22:20 PST 2018
The branch, FREESIDE_4_BRANCH has been updated
via ee4b070571c9a8fde8431a07896f896b5357180f (commit)
from 81e69f7d093e9df23e814e15ed35b6c6e6545ae7 (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 ee4b070571c9a8fde8431a07896f896b5357180f
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