[freeside-commits] branch master updated. 2aa9fa43c09a1ce4474785dbdc3d462e7b23ea15

Mark Wells mark at 420.am
Thu Aug 14 19:50:26 PDT 2014


The branch, master has been updated
       via  2aa9fa43c09a1ce4474785dbdc3d462e7b23ea15 (commit)
      from  a8aacbc2ef8cc36bcdae327be7d0f59a1b1f3666 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2aa9fa43c09a1ce4474785dbdc3d462e7b23ea15
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Aug 14 19:48:28 2014 -0700

    and show the warning in the batch-fixed_format case, #20384

diff --git a/httemplate/search/elements/cust_pay_batch_top.html b/httemplate/search/elements/cust_pay_batch_top.html
index c502aa9..a773dd0 100644
--- a/httemplate/search/elements/cust_pay_batch_top.html
+++ b/httemplate/search/elements/cust_pay_batch_top.html
@@ -12,6 +12,7 @@ function format_changed() {
     }
   );
 }
+<&| /elements/onload.js &>format_changed()</&>
 </script>
 % # Download batch
 % if ( $status eq 'O'
@@ -29,10 +30,10 @@ function format_changed() {
       <OPTION VALUE="<%$_%>"><% $download_formats{$_} %></OPTION>
 %     }
     </SELECT> 
-    <BR>
-    <DIV STYLE="color:#ff0000" ID="download_note"></DIV>
     <& .select_gateway &>
 %   }
+    <BR>
+    <DIV STYLE="color:#ff0000" ID="download_note"></DIV>
     <INPUT TYPE="submit" VALUE="Download">
 % } # end of download
 </FORM>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/elements/cust_pay_batch_top.html |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list