Revision 8eafaf06
bin/mozilla/datev.pl | ||
---|---|---|
104 | 104 |
$data{imported} = $::form->{imported}; |
105 | 105 |
$data{documents} = $::form->{documents}; |
106 | 106 |
|
107 |
if ($data{documents} && !SL::DATEV->new->check_all_bookings_have_documents(from => $data{from}, to => $data{to})) { |
|
108 |
$::form->error(t8("Cannot export with documents because some transactions don't have a PDF document attached.")); |
|
109 |
} |
|
107 | 110 |
my $datev = SL::DATEV->new(%data); |
108 | 111 |
|
109 | 112 |
$datev->clean_temporary_directories; |
Auch abrufbar als: Unified diff
datev export mit belegen nur durchführen, wenn auch überall belege vorh.