feature/porcentajes-pie-y-bono #22

Merged
aldarien merged 6 commits from feature/porcentajes-pie-y-bono into develop 2025-04-03 13:51:16 -03:00
3 changed files with 14 additions and 6 deletions
Showing only changes of commit 6d1782cac6 - Show all commits

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)