]> wagnertech.de Git - mfinanz.git/blobdiff - t/datev/datev_format_2018.t
Testfälle für DATEV angepasst
[mfinanz.git] / t / datev / datev_format_2018.t
index 1497df325df6023055557601a970095abb5f6b9d..77a800ef82dd42d7b826daf92469caf86fb5150e 100644 (file)
@@ -19,6 +19,10 @@ Support::TestSetup::login();
 my $dbh = SL::DB->client->dbh;
 
 clear_up();
+
+my $d = SL::DB::Default->get;
+$d->update_attributes(datev_export_format => 'cp1252');
+
 my $buchungsgruppe7 = SL::DB::Manager::Buchungsgruppe->find_by(description => 'Standard 7%') || die "No accounting group for 7\%";
 my $date            = DateTime->new(year => 2017, month =>  7, day => 19);
 my $department      = create_department(description => 'Kästchenweiße heiße Preise');