]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/WH.pm
Lagerstandsbericht: Listenpreis anzeigbar machen
[kivitendo-erp.git] / SL / WH.pm
index 918607284edab0a4af3fe03fc57eff16946010f9..c8ad6006ebc26dc5f9baa31530999aebb12ee294 100644 (file)
--- a/SL/WH.pm
+++ b/SL/WH.pm
@@ -809,6 +809,7 @@ sub get_warehouse_report {
      "partunit"             => "p.unit",
      "stock_value"          => "p.lastcost / COALESCE(pfac.factor, 1)",
      "purchase_price"       => "p.lastcost",
+     "list_price"           => "p.listprice",
   );
   $form->{l_classification_id}  = 'Y';
   $form->{l_part_type}          = 'Y';