fix/details-incorrectly-sent-to-toku #38

Merged
aldarien merged 5 commits from fix/details-incorrectly-sent-to-toku into develop 2025-09-15 17:28:59 -03:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d0074a6988 - Show all commits

View File

@ -33,7 +33,7 @@ Editar Propietario
<div class="fields">
<div class="field">
<label for="calle">Dirección</label>
<input type="text" name="calle" id="calle" value="{'{$propietario->datos->direccion->calle}}" />
<input type="text" name="calle" id="calle" value="{{$propietario->datos->direccion->calle}}" />
</div>
<div class="field">
<label for="numero">Número</label>