Commit d3db70ae25847ae73e0f85a5b86d20a1bcbbb147
1 parent
edc99bba05
Exists in
master
cambio se muestra descripcion larga.
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.nombre" | |
| 67 | + ng-bind="articulo.descripcion" | |
| 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.nombre" | |
| 149 | + ng-model="articuloACargar.descripcion" | |
| 150 | 150 | readonly |
| 151 | 151 | > |
| 152 | 152 | </td> |