updated stock table
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<tr class="text-center">
|
||||
<th>Réference</th>
|
||||
<th>Nom</th>
|
||||
<th>Prix</th>
|
||||
<th>Quantité</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
@@ -34,6 +35,7 @@
|
||||
<tr>
|
||||
<td>{{data.quotationProductReference}}</td>
|
||||
<td>{{data.quotationProductName}}</td>
|
||||
<td>XX.XX€</td>
|
||||
<td>{{data.quotationProductQuantity}}</td>
|
||||
<td>
|
||||
<div style="justify-content: center; display: flex">
|
||||
|
||||
Reference in New Issue
Block a user