Commit 654716c2 by Angel MAS

fix view

parent ae761b2a
...@@ -32,7 +32,7 @@ class StockDataTable extends DataTable ...@@ -32,7 +32,7 @@ class StockDataTable extends DataTable
$existencia = "<span class='badge primary'>".$product->infoSale->quantity."</span>"; $existencia = "<span class='badge primary'>".$product->infoSale->quantity."</span>";
} }
$html = "Precio venta: <b>".$product->infoSale->sale_price."</b><br>Precio compra: <b>".$product->infoSale->purchase_price."</b> <br>Existencias: $existencia<br>"; $html = "Precio venta: <b>".$product->infoSale->sale_price."</b><br>Precio compra: <b>".$product->infoSale->purchase_price."</b><br>Alerta de reserva: <b><span class='badge info'>".$product->infoSale->reserve_amount."</b></span><br>Existencias: $existencia<br>";
return $html; return $html;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment