]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Invoice.pm
tabelle invoice <-> InvoiceItem.
[mfinanz.git] / SL / DB / Invoice.pm
index 0b7caa49d5a57ccac47f673700bf46d400a57d57..91ee14c8584f404f23e50535c98d2b041a2a94cb 100644 (file)
@@ -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;