Commit e6077d6d3d5924f8554582cd0e23c93e772f8547
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
titulo en minuscula, funcion correcta See merge request !6
Showing
2 changed files
Show diff stats
src/js/controller.js
... | ... | @@ -48,7 +48,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
48 | 48 | $timeout(function() { |
49 | 49 | focaBotoneraLateralService.showSalir(true); |
50 | 50 | focaBotoneraLateralService.showPausar(true); |
51 | - focaBotoneraLateralService.showGuardar(true, $scope.crearNotaPedido); | |
51 | + focaBotoneraLateralService.showGuardar(true, $scope.crearHojaRuta); | |
52 | 52 | }); |
53 | 53 | |
54 | 54 | crearHojaRutaService.getNumeroHojaRuta().then( |