LogicaContratos #40

Merged
fede merged 39 commits from LogicaContratos into dev 2025-01-13 18:01:33 -03:00
Showing only changes of commit 2fa110bb89 - Show all commits
@@ -16,7 +16,7 @@
<strong>Habitaciones:</strong> {prop.canthabitaciones}<br>
<strong>Piso:</strong> {prop.piso || "N/A"}<br>
<strong>Letra:</strong> {prop.letra || "N/A"}<br>
<strong>Servicios:</strong> {prop.servicios || "Sin servicios especificados"}
<strong>Servicios:</strong> {prop.servicios || "Sin servicios especificados"}<br>
<strong>Monto:</strong> ${prop.monto}<br>
</p>
<button class="btn btn-primary">Consultar</button>