|
|
|
|
@ -17,7 +17,6 @@ |
|
|
|
|
<th scope="col">Descripcion de articulo</th> |
|
|
|
|
<th scope="col">Bodega</th> |
|
|
|
|
<th scope="col">Cantidad</th> |
|
|
|
|
<th scope="col">Precio</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
@ -28,7 +27,6 @@ |
|
|
|
|
<td> {{ inventario.articulo.descripcion }} </td> |
|
|
|
|
<td> {{ inventario.bodega.nombre_bodega }} </td> |
|
|
|
|
<td> {{ inventario.cantidad }} </td> |
|
|
|
|
<td> {{ inventario.precio }} </td> |
|
|
|
|
</tr> |
|
|
|
|
{% endfor %} |
|
|
|
|
</tbody> |
|
|
|
|
|