Commit cf443cf3839408864eadf5e3c9aaa3ed22877c1b
Exists in
master
Merge branch 'master' of https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido
Showing
2 changed files
Show diff stats
src/js/controller.js
... | ... | @@ -33,7 +33,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
33 | 33 | }; |
34 | 34 | |
35 | 35 | $scope.cabecera = []; |
36 | - $scope.showCabecera = false; | |
36 | + $scope.showCabecera = true; | |
37 | 37 | |
38 | 38 | $scope.now = new Date(); |
39 | 39 | $scope.puntoVenta = Math.round(Math.random() * 10000); |
src/views/nota-pedido.html