diff options
author | ivan <ivan> | 2010-11-12 19:57:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-12 19:57:26 +0000 |
commit | c2fdc57f1e7487b56502a9767964fb8deb0b862b (patch) | |
tree | 6d5c53c70e2fe136e356ff488d31fdca22b6319b /httemplate | |
parent | 90a54af1c8fdc2d2ab88261a4e6f1f7876c38337 (diff) |
small fallout from search sorting customizations, RT#10580
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 8b6b0cebd..96de75ba5 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -81,7 +81,7 @@ $use_usage eq 'usage' ? 'usage' : 'recur' ), - ( $undearned ? ('sdate', 'edate') : () ), + ( $unearned ? ('sdate', 'edate') : () ), 'invnum', '_date', ], |