Revision b90426d3
Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt
SL/GoBD.pm | ||
---|---|---|
417 | 417 |
|
418 | 418 |
my $datev = SL::DATEV->new(from => $self->from, to => $self->to); |
419 | 419 |
|
420 |
$datev->_get_transactions(from_to => $datev->fromto);
|
|
420 |
$datev->generate_datev_data(from_to => $datev->fromto);
|
|
421 | 421 |
|
422 | 422 |
if ($datev->errors) { |
423 | 423 |
die [ $datev->errors ]; |
Auch abrufbar als: Unified diff
SL/GoBD.pm nutzt generate_datev_data statt _get_transactions