From aba9729a8df7f2116e642c164a3c4fa92729cf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Thu, 25 Oct 2018 12:52:13 -0300 Subject: [PATCH] fix para compilar --- src/js/controller.js | 2 +- src/views/nota-pedido_1.html | 245 ------------------------------------------- 2 files changed, 1 insertion(+), 246 deletions(-) delete mode 100644 src/views/nota-pedido_1.html diff --git a/src/js/controller.js b/src/js/controller.js index 2a186e8..db61db2 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -403,7 +403,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', }; function addCabecera(label, valor) { - let existe = false; + var existe = false; for (var i = $scope.cabecera.length - 1; i >= 0; i--) { if ($scope.cabecera[i].label === label) { diff --git a/src/views/nota-pedido_1.html b/src/views/nota-pedido_1.html deleted file mode 100644 index afc783a..0000000 --- a/src/views/nota-pedido_1.html +++ /dev/null @@ -1,245 +0,0 @@ -
- - - -
-
- -
-
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
$
-
- -
-
-
-
-
-
-
- -
-
-
-
-
- - -
-
- - -
-
-
-
-
- -
-
-
-
-
- - -
-
- - -
-
-
-
-
- -
-
-
-
-
-
-
$
-
- -
-
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
- -
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
- - -
- No se encontraron resultados. -
-
- - - + -
-
-
-
- -
-
- -
-
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
CódigoNombrePrecio unitarioCosto unitario brutoCantidadSubtotal
-
-
-
-
\ No newline at end of file -- 1.9.1