diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:57:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:57:07 -0700 |
commit | 1f9cad18af5742ee646a56bc0d5a40e6775eabab (patch) | |
tree | 4527a0ef4c88a0efce805ee798767267e8261dda /httemplate/search/report_vend_bill.html | |
parent | f264598260908d2442fe1aed2ce3784ce51254e6 (diff) |
simple A/P
Diffstat (limited to 'httemplate/search/report_vend_bill.html')
-rw-r--r-- | httemplate/search/report_vend_bill.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/search/report_vend_bill.html b/httemplate/search/report_vend_bill.html index aec1bba8f..defda70ae 100644 --- a/httemplate/search/report_vend_bill.html +++ b/httemplate/search/report_vend_bill.html @@ -16,6 +16,17 @@ </TD> </TR> + <TR> + <TD ALIGN="right" VALIGN="center"><% mt('Payment date') |h %></TD> + <TD> + <TABLE> + <& /elements/tr-input-beginning_ending.html, + prefix => 'payment_date', + layout => 'horiz', + &> + </TABLE> + </TD> + </TR> </TABLE> |