Mostrar porcentajes en venta

This commit is contained in:
Juan Pablo Vial
2025-04-03 13:56:11 -03:00
parent 8a1e6a7761
commit b5d6d0acb9
6 changed files with 8 additions and 6 deletions

View File

@ -58,6 +58,7 @@
if (!this.venta.current_estado.tipo_estado_venta.activa) {
unidad.html(unidad.html() + ' (I)')
}
unidad.html(unidad.html() + ' <i class="angle right icon"></i>')
propietario = $('<a></a>')
.attr('href','{{$urls->base}}/search/"' + encodeURIComponent(this.venta.propietario.nombre_completo) + '"/propietario')
.html(this.venta.propietario.nombre_completo)