diff --git a/src/js/service.js b/src/js/service.js index 3894f20..6dd06df 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -22,7 +22,7 @@ angular.module('focaCrearFactura') return $http.post(route + '/turnos/depacho-sin-uso', parametros); }, getResumenCuenta: function (idCliente) { - return $http.get('http://10.231.45.194:9900' + '/cliente/resumen-cuenta/' + idCliente); + return $http.get(API_ENDPOINT + '/cliente/resumen-cuenta/' + idCliente); }, getBotonera: function () { return [ diff --git a/src/views/factura.html b/src/views/factura.html index 9c4d95b..5cfc50d 100644 --- a/src/views/factura.html +++ b/src/views/factura.html @@ -237,7 +237,7 @@
@@ -246,58 +246,6 @@ - - - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - -
-
- - - - -