X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/68be1335e2f0896f2d81939a896ad2e08343abda..870dd5ecdac46144203fe84249981d12b63b741d:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index eff55ca07..637df37b8 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -136,7 +136,7 @@ sub action_add_item { return unless $form_attr->{parts_id}; - my $item = SL::DB::OrderItem->new; + my $item = SL::DB::OrderItem->new; $item->assign_attributes(%$form_attr); my $part = SL::DB::Part->new(id => $form_attr->{parts_id})->load;