From da37bfa100b186b0d9fc628f48efbc1ac455f436 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 9 Jun 2016 13:38:29 +0200 Subject: [PATCH] =?utf8?q?Preisquelle=20Stammdaten:=20lastcost=20hat=20jet?= =?utf8?q?zt=20niedrige=20Priorit=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Damit überstimmt der nicht mehr listprice sofern der vorhanden ist --- SL/PriceSource/MasterData.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/PriceSource/MasterData.pm b/SL/PriceSource/MasterData.pm index 1305f4b04..bf22c99ea 100644 --- a/SL/PriceSource/MasterData.pm +++ b/SL/PriceSource/MasterData.pm @@ -75,6 +75,7 @@ sub make_lastcost { spec => 'lastcost', description => t8('Lastcost'), price_source => $self, + priority => 2, ); } -- 2.20.1