From 313e610fc0933535dae77f8e3a783cbd53e88226 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Wed, 22 Jan 2020 10:17:57 -0300 Subject: [PATCH] Cambio variable a number --- src/etc/AppSettings.ejemplo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/AppSettings.ejemplo.ts b/src/etc/AppSettings.ejemplo.ts index b436197..b74b25f 100644 --- a/src/etc/AppSettings.ejemplo.ts +++ b/src/etc/AppSettings.ejemplo.ts @@ -1,7 +1,7 @@ // export const APP_SETTINGS = { // apiDeboSuite: 'http://localhost:9900', // puntoVenta: 9998, - // numeroPlanilla: '1111', + // numeroPlanilla: 1111, // codigoP: 99996, // terminal: 101 // } -- 1.9.1