Commit ac2e2f984cedbaf063f0411448d6608ed3b9f126

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !4
src/js/controller.js
... ... @@ -60,8 +60,10 @@ angular.module('focaEstadoCisternas')
60 60 });
61 61 $scope.cisternas = vehiculo.cisternas;
62 62 getEstadosCisternas($scope.cisternas);
63   - }, function() {});
64   - }, function() {});
  63 + }, function() {
  64 + $scope.seleccionarTransportista();
  65 + });
  66 + });
65 67 };
66 68  
67 69 $scope.seleccionarFechaEntrega = function() {
src/views/foca-estado-cisterna.html
... ... @@ -9,7 +9,7 @@
9 9 <div class="col-12 col-md-10 p-0 mt-4 border border-white rounded">
10 10 <div class="row px-5 py-2 botonera-secundaria">
11 11 <div class="col-12">
12   - <foca-botonera-facturador botones="botonera" extra="3" class="row">
  12 + <foca-botonera-facturador botones="botonera" max="6" class="row">
13 13 </foca-botonera-facturador>
14 14 </div>
15 15 </div>