Commit a03597111ebea129393c6fc72bfe9d2fb676f81a

Authored by Nicolás Guarnieri
1 parent 6f8b91c018
Exists in master

resolve transportista para modal proveedores

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -358,7 +358,12 @@ angular.module('focaCrearRemito') .controller('remitoController',
358 358 ariaLabelledBy: 'Busqueda de Proveedor',
359 359 templateUrl: 'modal-proveedor.html',
360 360 controller: 'focaModalProveedorCtrl',
361   - size: 'lg'
  361 + size: 'lg',
  362 + resolve: {
  363 + transportista: function() {
  364 + return false;
  365 + }
  366 + }
362 367 }
363 368 );
364 369 modalInstance.result.then(
src/views/remito.html
... ... @@ -12,7 +12,7 @@
12 12 >
13 13 Nº {{puntoVenta}}-{{comprobante}}
14 14 <button
15   - class="btn btn-xs"
  15 + class="btn btn-xs btn-outline-dark"
16 16 type="button"
17 17 ng-click="seleccionarRemito()"
18 18 >