Commit 7f6fe7142f523e4786e0bc48b5dcbf529849ed67
1 parent
651c7014b8
Exists in
master
saco moneda y observaciones momentáneamente
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
src/js/service.js
... | ... | @@ -38,14 +38,14 @@ angular.module('focaCrearFactura') |
38 | 38 | label: 'Cliente', |
39 | 39 | image: 'cliente.png' |
40 | 40 | }, |
41 | - { | |
42 | - label: 'Moneda', | |
43 | - image: 'moneda.png' | |
44 | - }, | |
45 | - { | |
46 | - label: 'Observaciones', | |
47 | - image: 'botonObservaciones.png' | |
48 | - } | |
41 | + // { | |
42 | + // label: 'Moneda', | |
43 | + // image: 'moneda.png' | |
44 | + // }, | |
45 | + // { | |
46 | + // label: 'Observaciones', | |
47 | + // image: 'botonObservaciones.png' | |
48 | + // } | |
49 | 49 | ]; |
50 | 50 | |
51 | 51 | if (APP != 'facturador') { |