From: Sven Schöling Date: Thu, 9 Jun 2016 11:38:29 +0000 (+0200) Subject: Preisquelle Stammdaten: lastcost hat jetzt niedrige Priorität X-Git-Tag: release-3.5.4~512 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=da37bfa100b186b0d9fc628f48efbc1ac455f436;p=kivitendo-erp.git Preisquelle Stammdaten: lastcost hat jetzt niedrige Priorität Damit überstimmt der nicht mehr listprice sofern der vorhanden ist --- 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, ); }