Revision 6bec8556
Von root vor etwa 9 Jahren hinzugefügt
SL/AccTransCorrections.pm | ||
---|---|---|
my $self = shift;
|
||
my %params = @_;
|
||
|
||
# ist nur für bestandsmethode notwendig. bei der Aufwandsmethode
|
||
# können Warenkonten mit Steuerschlüssel sein (5400 in SKR04)
|
||
return 0 if $::instance_conf->get_inventory_system eq 'periodic';
|
||
|
||
if (!$params{transaction}->[0]->{invoice}) {
|
||
$main::lxdebug->leave_sub();
|
||
return 0;
|
||
... | ... | |
my $self = shift;
|
||
my %params = @_;
|
||
|
||
# ist nur für bestandsmethode notwendig. bei der Aufwandsmethode
|
||
# können Warenkonten mit Steuerschlüssel sein (5400 in SKR04)
|
||
return 0 if $::instance_conf->get_inventory_system eq 'periodic';
|
||
|
||
my $myconfig = \%main::myconfig;
|
||
my $form = $main::form;
|
||
|
Auch abrufbar als: Unified diff
Korrekturen im Hauptbuch verbessert
Prüfung auf Steuerschlüssel nur bei Bestandsmethode