[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.44, 1.45
Ivan,,,
ivan at wavetail.420.am
Tue Mar 25 18:03:33 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv2871
Modified Files:
part_bill_event.cgi
Log Message:
quick shortcut for easier adding of new 1.7-style invoice events
Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- part_bill_event.cgi 24 Mar 2008 22:35:56 -0000 1.44
+++ part_bill_event.cgi 26 Mar 2008 01:03:30 -0000 1.45
@@ -22,7 +22,7 @@
<TR>
<TD ALIGN="right">For </TD>
<TD>
- <SELECT NAME="payby">
+ <SELECT NAME="payby" <% $hashref->{eventpart} ? '' : 'MULTIPLE SIZE=7'%>>
% tie my %payby, 'Tie::IxHash', FS::payby->cust_payby2longname;
% foreach my $payby ( keys %payby ) {
%
More information about the freeside-commits
mailing list