diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 09:02:56 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 09:02:56 -0500 |
commit | bd115bbb7ee8b1f8568d026caceb95ae18c80e87 (patch) | |
tree | 90ed628ed5cadbe644c7d1af755c63f201939849 | |
parent | 15d596e3090f3bde642917b56563736cd1ee2e90 (diff) |
RT# 79507 - enabled GCET import format
-rw-r--r-- | FS/FS/cust_main/import_charges/gcet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |