diff options
author | jeff <jeff> | 2007-12-19 01:55:57 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-12-19 01:55:57 +0000 |
commit | d51f273225d17d742fa3bdeb8147630a073e8764 (patch) | |
tree | 8dc25fcb6c2be528e0c381623cc935aa9946b053 | |
parent | c1b06d26eff3badc8a2da8e3196b89289bdcde21 (diff) |
underscoring the important
-rw-r--r-- | FS/FS/cust_credit.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index 863a54d30..d16356e6e 100644 --- a/FS/FS/cust_credit.pm +++ b/FS/FS/cust_credit.pm @@ -420,9 +420,9 @@ sub _upgrade_data { # class method warn "$me Checking for unmigrated reasons\n" if $DEBUG; - my @cust_credits = qsearch({ 'table' => $class->table, - 'hashref' => {}, - 'extrasql' => 'WHERE reason IS NOT NULL', + my @cust_credits = qsearch({ 'table' => $class->table, + 'hashref' => {}, + 'extra_sql' => 'WHERE reason IS NOT NULL', }); if (scalar(grep { $_->getfield('reason') =~ /\S/ } @cust_credits)) { |