From: Ivan Kohler Date: Thu, 25 Jun 2015 17:31:35 +0000 (-0700) Subject: fix 'Save as' for batches X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=680f04697ae0d522589d3928ec7297ce7af3a922 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 ) {