Commit 3c16a268b4acf366b721a43437fa5d6d2535b24c
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !109
Showing
1 changed file
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> |