From 7f6fe7142f523e4786e0bc48b5dcbf529849ed67 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 25 Jul 2019 13:42:27 -0300 Subject: [PATCH] =?UTF-8?q?saco=20moneda=20y=20observaciones=20moment?= =?UTF-8?q?=C3=A1neamente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/service.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/js/service.js b/src/js/service.js index f7e4cbc..6310ef8 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -38,14 +38,14 @@ angular.module('focaCrearFactura') label: 'Cliente', image: 'cliente.png' }, - { - label: 'Moneda', - image: 'moneda.png' - }, - { - label: 'Observaciones', - image: 'botonObservaciones.png' - } + // { + // label: 'Moneda', + // image: 'moneda.png' + // }, + // { + // label: 'Observaciones', + // image: 'botonObservaciones.png' + // } ]; if (APP != 'facturador') { -- 1.9.1