[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.38.2.5, 1.38.2.6
Ivan,,,
ivan at wavetail.420.am
Tue Mar 25 18:03:34 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv2874
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.38.2.5
retrieving revision 1.38.2.6
diff -u -d -r1.38.2.5 -r1.38.2.6
--- part_bill_event.cgi 24 Mar 2008 22:35:57 -0000 1.38.2.5
+++ part_bill_event.cgi 26 Mar 2008 01:03:31 -0000 1.38.2.6
@@ -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