Revision 2400dcdc
bin/mozilla/datev.pl | ||
---|---|---|
103 | 103 |
$data{locked} = $::form->{locked}; |
104 | 104 |
$data{imported} = $::form->{imported}; |
105 | 105 |
$data{documents} = $::form->{documents}; |
106 |
$data{transaction_type} = $::form->{transaction_type}; |
|
106 | 107 |
|
107 | 108 |
if ($data{documents} && !SL::DATEV->new->check_all_bookings_have_documents(from => $data{from}, to => $data{to})) { |
108 | 109 |
$::form->error(t8("Cannot export with documents because some transactions don't have a PDF document attached.")); |
Auch abrufbar als: Unified diff
DATEV-Export: Filter nach Kreditoren- oder Debitorenbuchungen