summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/cust_pay_or_refund.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-25 22:01:03 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-25 22:01:03 -0500
commit1e30018837c40ce8a4daaff58018b05b9d095df2 (patch)
tree029847cfb3822541b035e7cf1af93aadd61c3efe /httemplate/search/elements/cust_pay_or_refund.html
parent88e9a56677d343392416c262f976f069157b06cb (diff)
RT#71049: Add order_number to payment reports [show_order_number checkboxes]
Diffstat (limited to 'httemplate/search/elements/cust_pay_or_refund.html')
-rwxr-xr-xhttemplate/search/elements/cust_pay_or_refund.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html
index d691aeb95..1b1be5f36 100755
--- a/httemplate/search/elements/cust_pay_or_refund.html
+++ b/httemplate/search/elements/cust_pay_or_refund.html
@@ -226,7 +226,7 @@ push @links, '';
push @fields, sub { time2str('%b %d %Y', shift->_date ) };
push @sort_fields, '_date';
-if ($opt{'show_order_number'}) {
+if ($cgi->param('show_order_number')) {
push @header, emt('Order Number');
$align .= 'r';
push @links, '';