Revision e50ac26b
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
147 | 147 |
%saved = map { ($_ => $form->{$_}) } qw(direct_debit taxincluded); |
148 | 148 |
$saved{duedate} = $form->{duedate} if $form->{duedate}; |
149 | 149 |
$saved{currency} = $form->{currency} if $form->{currency}; |
150 |
$saved{taxincluded} = $form->{taxincluded} if $form->{taxincluded}; |
|
150 | 151 |
} |
151 | 152 |
|
152 | 153 |
IR->get_vendor(\%myconfig, \%$form); |
Auch abrufbar als: Unified diff
BUG-Fix: Kreditorenbuchungen: Steuer inklusive wird nicht übernommen