From: Ivan Kohler Date: Thu, 25 Jun 2015 17:31:33 +0000 (-0700) Subject: fix 'Save as' for batches X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a5ecdf25c4dd54652887c5f6726be00ad1a27813;p=freeside.git fix 'Save as' for batches --- diff --git a/httemplate/search/elements/cust_pay_batch_top.html b/httemplate/search/elements/cust_pay_batch_top.html index 2dbf62019..626d7c3ea 100644 --- a/httemplate/search/elements/cust_pay_batch_top.html +++ b/httemplate/search/elements/cust_pay_batch_top.html @@ -19,7 +19,7 @@ function format_changed() { % or ( $status eq 'I' and $curuser->access_right('Reprocess batches') ) % or ( $status eq 'R' and $curuser->access_right('Redownload resolved batches') ) % ) { -
+ % if ( $fixed ) {