Commit b83351041d39079500da44370e459b7d63cfc9c6
1 parent
53ef67bc89
Exists in
master
Cambio se usa descripcion larga.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/views/nota-pedido.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 |
| ... | ... | @@ -150,7 +150,7 @@ |
| 150 | 150 | <td class="col-4 tabla-articulo-descripcion"> |
| 151 | 151 | <input |
| 152 | 152 | class="form-control" |
| 153 | - ng-model="articuloACargar.nombre" | |
| 153 | + ng-model="articuloACargar.descripcion" | |
| 154 | 154 | readonly |
| 155 | 155 | > |
| 156 | 156 | </td> |
| ... | ... | @@ -263,7 +263,7 @@ |
| 263 | 263 | ></span> |
| 264 | 264 | </div> |
| 265 | 265 | <div class="col-8 px-1"> |
| 266 | - <span ng-bind="articulo.nombre"></span> | |
| 266 | + <span ng-bind="articulo.descripcion"></span> | |
| 267 | 267 | </div> |
| 268 | 268 | </div> |
| 269 | 269 | <div class="d-flex"> |
| ... | ... | @@ -330,7 +330,7 @@ |
| 330 | 330 | ></span> |
| 331 | 331 | </div> |
| 332 | 332 | <div class="col-8 px-1"> |
| 333 | - <span ng-bind="articuloACargar.nombre"></span> | |
| 333 | + <span ng-bind="articuloACargar.descripcion"></span> | |
| 334 | 334 | </div> |
| 335 | 335 | </div> |
| 336 | 336 | <div class="d-flex"> |