X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e1bf173bae820584e8bafdc01ebe2e7d7537a59c..dfb76ebf04df9aed8ba63d7b51bc558d2928030e:/SL/DB/Invoice.pm?ds=inline diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index 0b7caa49d..91ee14c85 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -15,13 +15,6 @@ use SL::DB::Helper::LinkedRecords; use SL::DB::Helper::PriceTaxCalculator; use SL::DB::Helper::PriceUpdater; use SL::DB::Helper::TransNumberGenerator; -use SL::DB::Helper::CustomVariables ( - sub_module => 'orderitems', - cvars_alias => 1, - overloads => { - parts_id => 'SL::DB::Part', - }, -); use SL::DB::AccTransaction; use SL::DB::Chart; use SL::DB::Employee;