Revision 8ef6c902
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
846 | 846 |
$intnotes = |
847 | 847 |
qq|<textarea name="intnotes" rows="$rows" cols="35" wrap="soft">$form->{intnotes}</textarea>|; |
848 | 848 |
|
849 |
$form->{taxincluded} = ($form->{taxincluded} == 1 ? "checked" : "");
|
|
849 |
$form->{taxincluded} = ($form->{taxincluded} ? "checked" : ""); |
|
850 | 850 |
|
851 | 851 |
$taxincluded = ""; |
852 | 852 |
if ($form->{taxaccounts}) { |
853 | 853 |
$taxincluded = qq| |
854 |
<input name="taxincluded" class="checkbox" type="checkbox" value="1" $form->{taxincluded}> <b>|
|
|
854 |
<input name="taxincluded" class="checkbox" type="checkbox" $form->{taxincluded}> <b>| |
|
855 | 855 |
. $locale->text('Tax Included') . qq|</b><br><br>|; |
856 | 856 |
} |
857 | 857 |
|
Auch abrufbar als: Unified diff
die Checkbox für taxincluded nochmal ohne value