Commit 5bc3496363e6bd9d73d75a0ce2f6c7eaf74325b3
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !113
Showing
1 changed file
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"> |