Revision 06b67830
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
547 | 547 |
$tax = |
548 | 548 |
qq|<td><select id="taxchart_$i" name="taxchart_$i" style="width:200px">$tax</select></td>|; |
549 | 549 |
|
550 |
my $korrektur = $form->{"korrektur_$i"} ? 'checked' : ''; |
|
551 |
|
|
550 | 552 |
print qq| |
551 | 553 |
<tr> |
552 | 554 |
<td width=50%><select name="AP_amount_$i" onChange="setTaxkey(this, $i)" style="width:100%">$selectAP_amount</select></td> |
553 | 555 |
<td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td> |
554 | 556 |
<td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td> |
555 |
<td><input type="checkbox" name="korrektur_$i" value="1"></td> |
|
557 |
<td><input type="checkbox" name="korrektur_$i" value="1" "$korrektur"></td>
|
|
556 | 558 |
$tax |
557 | 559 |
<td><input name="projectnumber_$i" size=20 value="$form->{"projectnumber_$i"}"> |
558 | 560 |
<input type=hidden name="project_id_$i" value=$form->{"project_id_$i"}> |
Auch abrufbar als: Unified diff
Bugfix 319 Kreditorenbuchung Korrekturhaken wurde nicht gespeichert - Patch von Udo