Revision f037ceed
Von Philip Reetz vor etwa 19 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
548 | 548 |
|
549 | 549 |
print qq| |
550 | 550 |
<tr> |
551 |
<td width=50%><select name="AP_amount_$i">$selectAP_amount</select></td> |
|
552 |
<td><input name="amount_$i" onChange="setTaxkey(this, $i)" size=10 value=$form->{"amount_$i"}></td>
|
|
551 |
<td width=50%><select name="AP_amount_$i" onChange="setTaxkey(this, $i)">$selectAP_amount</select></td>
|
|
552 |
<td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td> |
|
553 | 553 |
<td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td> |
554 | 554 |
<td><input type="checkbox" name="korrektur_$i" value="1"></td> |
555 | 555 |
$tax |
bin/mozilla/ar.pl | ||
---|---|---|
572 | 572 |
|
573 | 573 |
print qq| |
574 | 574 |
<tr> |
575 |
<td width=50%><select name="AR_amount_$i">$selectAR_amount</select></td> |
|
576 |
<td><input name="amount_$i" onChange="setTaxkey(this, $i)" size=10 value=$form->{"amount_$i"}></td>
|
|
575 |
<td width=50%><select name="AR_amount_$i" onChange="setTaxkey(this, $i)">$selectAR_amount</select></td>
|
|
576 |
<td><input name="amount_$i" size=10 value=$form->{"amount_$i"}></td> |
|
577 | 577 |
<td><input name="tax_$i" size=10 value=$form->{"tax_$i"}></td> |
578 | 578 |
<td><input type="checkbox" name="korrektur_$i" value="1"></td> |
579 | 579 |
$tax |
Auch abrufbar als: Unified diff
Automatische Auswahl des Steuersatzes üer JavaScript