From ce1b61e7d65317a74f680afb4cb8d8306e14fa5f Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 8 Dec 2011 21:13:17 +0000 Subject: promised payment date for invoices, #13554 --- httemplate/misc/cust_bill-promised_date.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httemplate/misc/cust_bill-promised_date.html (limited to 'httemplate/misc/cust_bill-promised_date.html') diff --git a/httemplate/misc/cust_bill-promised_date.html b/httemplate/misc/cust_bill-promised_date.html new file mode 100644 index 000000000..7b7b9601d --- /dev/null +++ b/httemplate/misc/cust_bill-promised_date.html @@ -0,0 +1,19 @@ +<& /elements/header-popup.html, 'Edit promised date' &> +
+<% emt('Invoice #[_1]', $invnum) %>
+<% ntable('cccccc',2) %> + +<& /elements/tr-input-date-field.html, + 'promised_date', + $cust_bill->promised_date, + emt('Promised date'), +&> + + +
+<& /elements/footer.html &> +<%init> +my ($invnum) = $cgi->keywords; +$invnum =~ /^\d+$/ or die "Illegal invnum"; +my $cust_bill = qsearchs('cust_bill', { invnum => $invnum }); + -- cgit v1.2.1