From: jeff Date: Mon, 16 Jun 2008 13:36:19 +0000 (+0000) Subject: catch one more customer X-Git-Tag: root_of_webpay_support~568 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=aedf57033a3787e8e00ffea44b722daa251ea517 catch one more customer --- diff --git a/bin/import-optigold.pl b/bin/import-optigold.pl index 96d81b4fa..2af228cab 100755 --- a/bin/import-optigold.pl +++ b/bin/import-optigold.pl @@ -567,6 +567,7 @@ cust_main => { 'stable' => 'cust', my $cancelled = 0; if ( $status ne 'Current' + && $status ne 'current' && $status ne 'On Hold' ) { $cancelled = 1;