Skip to content

Commit

Permalink
fix: Arreglar Fechas en Factura #85
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-chapur committed Jul 25, 2023
1 parent ff9d34d commit cd2700b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions venta/templates/venta/facturar_carrito.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ <h4>
<tr>
<td></td>
<td>{{habitacion.tipo.nombre}} {{habitacion.numero}}</td>
<td>{{alquiler.inicio}}</td>
<td>{{alquiler.fin}}</td>
<td></td>
<td></td>
<td></td>
</tr>
{% endfor %}
Expand All @@ -86,8 +86,8 @@ <h4>
<tr>
<td></td>
<td>{{habitacion.tipo.nombre}} {{habitacion.numero}}</td>
<td>{{alquiler.inicio}}</td>
<td>{{alquiler.fin}}</td>
<td></td>
<td></td>
<td></td>
</tr>
{% endfor %}
Expand Down

0 comments on commit cd2700b

Please sign in to comment.