diff options
| author | ivan <ivan> | 2002-11-19 09:52:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-11-19 09:52:02 +0000 |
| commit | ded6b8bd1614427b30a49f8bf336392960ddf415 (patch) | |
| tree | f6986221c6dc8c571923ea077771a796c8843631 /httemplate/edit/part_bill_event.cgi | |
| parent | 25266b47a2681fce40525849749163e23adf2016 (diff) | |
add LEC billing
Diffstat (limited to 'httemplate/edit/part_bill_event.cgi')
| -rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index de0d61c05..67efc53dd 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -41,7 +41,7 @@ print ntable("#cccccc",2), <<END; <TR><TD ALIGN="right">Payby</TD><TD><SELECT NAME="payby"> END -for (qw(CARD CHEK BILL COMP)) { +for (qw(CARD CHEK LECB BILL COMP)) { print qq!<OPTION VALUE="$_"!; if ($part_bill_event->payby eq $_) { print " SELECTED>$_</OPTION>"; |
