X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/15cc71490ce1c9981ed31d691a33b20899971384..08e820f:/bin/mozilla/datev.pl diff --git a/bin/mozilla/datev.pl b/bin/mozilla/datev.pl index 8604da00d..5acf55517 100644 --- a/bin/mozilla/datev.pl +++ b/bin/mozilla/datev.pl @@ -32,6 +32,7 @@ use Archive::Zip qw(:ERROR_CODES :CONSTANTS); use SL::Common; use SL::DATEV qw(:CONSTANTS); use SL::Locale::String qw(t8); +use SL::DB::Department; use strict; @@ -76,6 +77,7 @@ sub export_bewegungsdaten { setup_datev_export2_action_bar(); $::form->header; + $::form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all; print $::form->parse_html_template('datev/export_bewegungsdaten'); $::lxdebug->leave_sub;