X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPurchaseInvoice.pm;h=5123d681ec2ba93ad0783a4eb21ce396e2915cbe;hb=07b14d1f5c08e87ac700564520bc70e1c1ea1923;hp=95657d3b4adca3261148dffde0e889fab3189bec;hpb=e9fb6244fd93562c5789afd315df8f6be5e7901a;p=kivitendo-erp.git diff --git a/SL/DB/PurchaseInvoice.pm b/SL/DB/PurchaseInvoice.pm index 95657d3b4..5123d681e 100644 --- a/SL/DB/PurchaseInvoice.pm +++ b/SL/DB/PurchaseInvoice.pm @@ -5,7 +5,8 @@ use strict; use SL::DB::MetaSetup::PurchaseInvoice; use SL::DB::Manager::PurchaseInvoice; use SL::DB::Helper::LinkedRecords; -use SL::DB::Helper::PriceTaxCalculator; +# The calculator hasn't been adjusted for purchase invoices yet. +# use SL::DB::Helper::PriceTaxCalculator; __PACKAGE__->meta->add_relationship(invoiceitems => { type => 'one to many', class => 'SL::DB::InvoiceItem',