diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 09:02:56 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 11:44:22 -0500 |
commit | e62240840b11d5c8c74658778737a26adc243d9c (patch) | |
tree | 2659de937f1e239177317ee9b1351cd1cedd394d | |
parent | b44efbfbf120cae70a1495a8857cafb61d448f20 (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 |