[freeside-commits] branch FREESIDE_3_BRANCH updated. c38e357810363b8c7ec621d2b85d94849adf1d30
Mark Wells
mark at 420.am
Thu Aug 14 19:50:25 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via c38e357810363b8c7ec621d2b85d94849adf1d30 (commit)
from 5587d058a0fc74e92836ad5715c99003314da4d5 (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 c38e357810363b8c7ec621d2b85d94849adf1d30
Author: Mark Wells <mark at freeside.biz>
Date: Thu Aug 14 19:48:40 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