Revision d1d9b5a7
Von Thomas Kasulke vor fast 18 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
require "bin/mozilla/io.pl";
|
||
require "bin/mozilla/arap.pl";
|
||
require "bin/mozilla/drafts.pl";
|
||
|
||
$form->{"Watchdog::taxincluded"} = 1;
|
||
1;
|
||
|
||
# end of main
|
||
... | ... | |
qq|<textarea name="notes" rows="$rows" cols="26" wrap="soft">$form->{notes}</textarea>|;
|
||
$intnotes =
|
||
qq|<textarea name="intnotes" rows="$rows" cols="35" wrap="soft">$form->{intnotes}</textarea>|;
|
||
|
||
$form->{taxincluded} = ($form->{taxincluded}) ? "checked" : "";
|
||
|
||
$form->{taxincluded} = ($form->{taxincluded} == 1 ? "checked" : "");
|
||
|
||
$taxincluded = "";
|
||
if ($form->{taxaccounts}) {
|
||
$taxincluded = qq|
|
||
<input name="taxincluded" class="checkbox" type="checkbox" value=$form->{taxincluded}> <b>|
|
||
<input name="taxincluded" class="checkbox" type="checkbox" value="1" $form->{taxincluded}> <b>|
|
||
. $locale->text('Tax Included') . qq|</b><br><br>|;
|
||
}
|
||
|
||
... | ... | |
$form->{print_and_post} = 0;
|
||
}
|
||
|
||
|
||
if($form->{taxincluded}) {
|
||
$taxincluded = "checked";
|
||
}
|
||
$form->{update} = 1;
|
||
|
||
&check_name(customer);
|
||
|
||
if(!$form->{taxincluded}) {
|
||
$form->{taxincluded} = $taxincluded;
|
||
}
|
||
|
||
|
||
$form->{exchangerate} = $exchangerate
|
||
if (
|
||
$form->{forex} = (
|
Auch abrufbar als: Unified diff
Bug 639 behoben (Checkbox taxincluded hat sich bei Erneuern klicken deaktiviert)