X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f087c3736d8c707c18cb3ea87692995940361057..99b3287899162ae6eb41bdee1a33d3c561252cce:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index e09c08c31..36036188d 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -578,13 +578,6 @@ sub post_invoice { $form->{defaultcurrency} = $form->get_default_currency($myconfig); my $defaultcurrency = $form->{defaultcurrency}; - # Seit neuestem wird die department_id schon übergeben UND $form->department nicht mehr - # korrekt zusammengebaut. Sehr wahrscheinlich beim Umstieg auf T8 kaputt gegangen - # Ich lass den Code von 2005 erstmal noch stehen ;-) jb 03-2011 - if (!$form->{department_id}){ - ($null, $form->{department_id}) = split(/--/, $form->{department}); - } - my $all_units = AM->retrieve_units($myconfig, $form); if (!$payments_only) {