diff options
author | jeff <jeff> | 2007-12-19 01:55:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-12-19 01:55:38 +0000 |
commit | b91858c22eae141b31fe0024ee2a04bdeae2f3c5 (patch) | |
tree | bdaa4ba5f9165cc643af59bfe89ee495f378d242 | |
parent | 9e5c157b7be4ddf6d518a413857de5427149b745 (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 9efb0c2c3..938686fea 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)) { |