X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fir.pl;h=16eb69eca01f86d6e838dee4e16b25ae0aeeae1c;hb=f3f2ec384d905c686df842ac7175d48792273487;hp=d4a42a78d45029b098e259b507834798d1a08564;hpb=59adfa36c82c4e021011c84c70b9384badea33aa;p=kivitendo-erp.git diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index d4a42a78d..16eb69eca 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -36,7 +36,9 @@ use SL::FU; use SL::IR; use SL::IS; use SL::DB::Default; +use SL::DB::Department; use SL::DB::PurchaseInvoice; +use SL::DB::Vendor; use List::Util qw(max sum); use List::UtilsBy qw(sort_by); @@ -109,17 +111,6 @@ sub invoice_links { # create links $form->create_links("AP", \%myconfig, "vendor"); - #quote all_vendor Bug 133 - foreach my $ref (@{ $form->{all_vendor} }) { - $ref->{name} = $form->quote($ref->{name}); - } - - if ($form->{all_vendor}) { - unless ($form->{vendor_id}) { - $form->{vendor_id} = $form->{all_vendor}->[0]->{id}; - } - } - $form->backup_vars(qw(payment_id language_id taxzone_id currency delivery_term_id intnotes cp_id)); @@ -132,25 +123,6 @@ sub invoice_links { my @curr = $form->get_all_currencies(); map { $form->{selectcurrency} .= "