Commit cf443cf3839408864eadf5e3c9aaa3ed22877c1b

Authored by Eric Fernandez
Exists in master

Merge branch 'master' of https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido

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
... ... @@ -159,7 +159,7 @@
159 159 readonly
160 160 >
161 161 </td>
162   - <td class="col-3 tabla-articulo-descripcion">
  162 + <td class="col-4 tabla-articulo-descripcion">
163 163 <input
164 164 class="form-control"
165 165 ng-model="articuloACargar.descripcion"