From c187712be2bdaf85586bfcf6b4070dbe165a33dd Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 2 Jan 2018 19:47:44 -0500 Subject: RT# 34134 - removed payment amount field from payment screen, added 3 payment options (pay full balance, pay specific invoice, pay another amount) which will prefill the payment amount field. Conflicts: httemplate/elements/tr-select-payment_options.html --- httemplate/elements/tr-select-invoice.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 httemplate/elements/tr-select-invoice.html (limited to 'httemplate/elements/tr-select-invoice.html') diff --git a/httemplate/elements/tr-select-invoice.html b/httemplate/elements/tr-select-invoice.html new file mode 100644 index 000000000..03625b659 --- /dev/null +++ b/httemplate/elements/tr-select-invoice.html @@ -0,0 +1,25 @@ + + + <% mt('Open invoices') |h %> + + + + + +<%init> + +my %opt = @_; + + -- cgit v1.2.1