Commit ae1b4a2fefafe7cdf16c8e3693910b7df0a1b71b

Authored by Marcelo Puebla
1 parent 0e8bab89a2
Exists in master

cambiado campo descripcion por nombre para mostrar en la interfaz.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/remito.html
... ... @@ -64,7 +64,7 @@
64 64 ></td>
65 65 <td
66 66 class="col-4"
67   - ng-bind="articulo.descripcion"
  67 + ng-bind="articulo.nombre"
68 68 ></td>
69 69 <td class="col text-right">
70 70 <input
... ... @@ -146,7 +146,7 @@
146 146 <td class="col-4 tabla-articulo-descripcion">
147 147 <input
148 148 class="form-control"
149   - ng-model="articuloACargar.descripcion"
  149 + ng-model="articuloACargar.nombre"
150 150 readonly
151 151 >
152 152 </td>