From ee4b070571c9a8fde8431a07896f896b5357180f Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 13 Feb 2018 09:02:56 -0500 Subject: [PATCH] RT# 79507 - enabled GCET import format --- FS/FS/cust_main/import_charges/gcet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0