From 38c4feec079af0dced9e9bb17f88ec9638ae4983 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Nov 2010 19:57:25 +0000 Subject: [PATCH] small fallout from search sorting customizations, RT#10580 --- httemplate/search/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- 2.11.0