diff options
author | jeff <jeff> | 2008-06-16 13:36:19 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-16 13:36:19 +0000 |
commit | aedf57033a3787e8e00ffea44b722daa251ea517 (patch) | |
tree | 70cc42fae7af80777b8a3ffa779269eb4593276d /bin | |
parent | 65aab7693066ed02669a9d499d4578ab1c293859 (diff) |
catch one more customer
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/import-optigold.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |