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=ee4b070571c9a8fde8431a07896f896b5357180f;hp=81e69f7d093e9df23e814e15ed35b6c6e6545ae7 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