Revision 2174b7ba
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
411 | 411 |
my ($tax, $subtotal); |
412 | 412 |
$form->{taxaccounts_array} = [ split(/ /, $form->{taxaccounts}) ]; |
413 | 413 |
|
414 |
if ($form->{customer_id}) {
|
|
414 |
if( $form->{customer_id} && !$form->{taxincluded_changed_by_user} ) {
|
|
415 | 415 |
my $customer = SL::DB::Customer->new(id => $form->{customer_id})->load(); |
416 | 416 |
$form->{taxincluded} = defined($customer->taxincluded_checked) ? $customer->taxincluded_checked : $myconfig{taxincluded_checked}; |
417 | 417 |
} |
Auch abrufbar als: Unified diff
"Steuer im Preis inbegriffen" nicht mehr beim Erneuern überschreiben.
fixt #2219