Commit 6016af2682cb7eccb7ce5355d850d87377b57bab
1 parent
421d701642
Exists in
master
and in
1 other branch
ok espacios
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/modal-cotizacion.html
... | ... | @@ -19,8 +19,8 @@ |
19 | 19 | ng-click="select(cotizacion)" |
20 | 20 | > |
21 | 21 | <td ng-bind="cotizacion.FECHA | date:'dd/MM/yyyy HH:mm'"></td> |
22 | - <td ng-bind="cotizacion.COTIZACION | number:2" class="text-right"></td> | |
23 | - <td ng-bind="cotizacion.VENDEDOR | number:2" class="text-right"></td> | |
22 | + <td ng-bind="cotizacion.COTIZACION | number: 2" class="text-right"></td> | |
23 | + <td ng-bind="cotizacion.VENDEDOR | number: 2" class="text-right"></td> | |
24 | 24 | <td> |
25 | 25 | <button |
26 | 26 | type="button" |