[freeside-commits] freeside/httemplate/misc cust_bill-promised_date.html, NONE, 1.1
Mark Wells
mark at wavetail.420.am
Thu Dec 8 13:13:18 PST 2011
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.493, 1.494 Schema.pm, 1.339, 1.340 cust_bill.pm, 1.366, 1.367 cust_bill_ApplicationCommon.pm, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/misc/process cust_bill-promised_date.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv3784/httemplate/misc
Added Files:
cust_bill-promised_date.html
Log Message:
promised payment date for invoices, #13554
--- NEW FILE: cust_bill-promised_date.html ---
<& /elements/header-popup.html, 'Edit promised date' &>
<FORM method="POST" action="process/cust_bill-promised_date.html">
<B><% emt('Invoice #[_1]', $invnum) %></B><BR>
<% ntable('cccccc',2) %>
<INPUT TYPE="hidden" NAME="invnum" VALUE="<%$invnum%>">
<& /elements/tr-input-date-field.html,
'promised_date',
$cust_bill->promised_date,
emt('Promised date'),
&>
</TABLE>
<INPUT TYPE="submit" NAME="submit" VALUE="<% emt('Set date') %>">
</FORM>
<& /elements/footer.html &>
<%init>
my ($invnum) = $cgi->keywords;
$invnum =~ /^\d+$/ or die "Illegal invnum";
my $cust_bill = qsearchs('cust_bill', { invnum => $invnum });
</%init>
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.493, 1.494 Schema.pm, 1.339, 1.340 cust_bill.pm, 1.366, 1.367 cust_bill_ApplicationCommon.pm, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/misc/process cust_bill-promised_date.html, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list