Revision 6bec8556
Von root vor fast 9 Jahren hinzugefügt
SL/AccTransCorrections.pm | ||
---|---|---|
262 | 262 |
my $self = shift; |
263 | 263 |
my %params = @_; |
264 | 264 |
|
265 |
# ist nur für bestandsmethode notwendig. bei der Aufwandsmethode |
|
266 |
# können Warenkonten mit Steuerschlüssel sein (5400 in SKR04) |
|
267 |
return 0 if $::instance_conf->get_inventory_system eq 'periodic'; |
|
268 |
|
|
265 | 269 |
if (!$params{transaction}->[0]->{invoice}) { |
266 | 270 |
$main::lxdebug->leave_sub(); |
267 | 271 |
return 0; |
... | ... | |
803 | 807 |
my $self = shift; |
804 | 808 |
my %params = @_; |
805 | 809 |
|
810 |
# ist nur für bestandsmethode notwendig. bei der Aufwandsmethode |
|
811 |
# können Warenkonten mit Steuerschlüssel sein (5400 in SKR04) |
|
812 |
return 0 if $::instance_conf->get_inventory_system eq 'periodic'; |
|
813 |
|
|
806 | 814 |
my $myconfig = \%main::myconfig; |
807 | 815 |
my $form = $main::form; |
808 | 816 |
|
Auch abrufbar als: Unified diff
Korrekturen im Hauptbuch verbessert
Prüfung auf Steuerschlüssel nur bei Bestandsmethode