summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-19 01:55:38 +0000
committerjeff <jeff>2007-12-19 01:55:38 +0000
commitb91858c22eae141b31fe0024ee2a04bdeae2f3c5 (patch)
treebdaa4ba5f9165cc643af59bfe89ee495f378d242 /FS/FS/cust_credit.pm
parent9e5c157b7be4ddf6d518a413857de5427149b745 (diff)
underscoring the important
Diffstat (limited to 'FS/FS/cust_credit.pm')
-rw-r--r--FS/FS/cust_credit.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 9efb0c2..938686f 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)) {