Revision e6fed669
Von Jan Büren vor 3 Tagen hinzugefügt
- ID e6fed669fb1585b9d541d9e109279df463c1b819
- Vorgänger d0816eaf
bin/mozilla/datev.pl | ||
---|---|---|
105 | 105 |
$data{documents} = $::form->{documents}; |
106 | 106 |
$data{transaction_type} = $::form->{transaction_type}; |
107 | 107 |
|
108 |
if ($data{documents} && !SL::DATEV->new->check_all_bookings_have_documents(from => $data{from}, to => $data{to})) { |
|
108 |
if ($data{documents} && !SL::DATEV->new->check_all_bookings_have_documents(from => $data{from}, to => $data{to}, |
|
109 |
transaction_type => $data{transaction_type})) { |
|
109 | 110 |
$::form->error(t8("Cannot export with documents because some transactions don't have a PDF document attached.")); |
110 | 111 |
} |
111 | 112 |
my $datev = SL::DATEV->new(%data); |
Auch abrufbar als: Unified diff
DATEV: Fallunterschied Debit/Kredit für Dokumenten-Export bei DATEV