From: Christopher Burger Date: Tue, 13 Feb 2018 14:02:56 +0000 (-0500) Subject: RT# 79507 - enabled GCET import format X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bd115bbb7ee8b1f8568d026caceb95ae18c80e87 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