[freeside-commits] freeside/httemplate/misc cust_bill-promised_date.html, NONE, 1.1.2.2
Mark Wells
mark at wavetail.420.am
Thu Dec 8 13:14:00 PST 2011
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.468.2.25, 1.468.2.26 Schema.pm, 1.317.2.19, 1.317.2.20 cust_bill.pm, 1.350.2.16, 1.350.2.17 cust_bill_ApplicationCommon.pm, 1.21, 1.21.6.1
- Next message: [freeside-commits] freeside/httemplate/misc/process cust_bill-promised_date.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv4030/httemplate/misc
Added Files:
Tag: FREESIDE_2_3_BRANCH
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.468.2.25, 1.468.2.26 Schema.pm, 1.317.2.19, 1.317.2.20 cust_bill.pm, 1.350.2.16, 1.350.2.17 cust_bill_ApplicationCommon.pm, 1.21, 1.21.6.1
- Next message: [freeside-commits] freeside/httemplate/misc/process cust_bill-promised_date.html, NONE, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list