Revision 74fca575
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
489 | 489 |
$form->{exchangerate} = $form->parse_amount(\%myconfig, $form->{exchangerate}) unless $recursive_call; |
490 | 490 |
|
491 | 491 |
$form->{print_and_post} = 0 if $form->{second_run}; |
492 |
my $taxincluded = "checked" if $form->{taxincluded};
|
|
492 |
my $taxincluded = $form->{taxincluded} ? "checked" : '';
|
|
493 | 493 |
$form->{update} = 1; |
494 | 494 |
|
495 | 495 |
&check_name("customer"); |
Auch abrufbar als: Unified diff
Fixes für das "my $var if $cond;" pattern.