From df5378aa26b95a28f3f6426b55c6802ebcc240b1 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 22 Nov 2016 15:16:45 +0100 Subject: [PATCH] Part Controller - Preisfaktoren korrekt anzeigen --- SL/Controller/Part.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index 5622193c4..27413706c 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -23,7 +23,7 @@ use Rose::Object::MakeMethods::Generic ( assortment assortment_items assembly assembly_items all_pricegroups all_translations all_partsgroups all_units all_buchungsgruppen all_payment_terms all_warehouses - all_languages all_units all_pricefactors) ], + all_languages all_units all_price_factors) ], 'scalar' => [ qw(warehouse bin) ], ); -- 2.20.1