Commit 32df077642bd3df99f8a0fc9fc23ddeeb33434fb
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !3
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -731,6 +731,14 @@ angular.module('focaParametros') |
731 | 731 | }); |
732 | 732 | } |
733 | 733 | |
734 | + if ($scope[entidad.modulo].transportista) { | |
735 | + cabeceras.push({ | |
736 | + label: 'Transportista', | |
737 | + valor: $filter('rellenarDigitos')($scope[entidad.modulo].transportista.COD, | |
738 | + 5) + ' - ' + $scope[entidad.modulo].transportista.NOM | |
739 | + }); | |
740 | + } | |
741 | + | |
734 | 742 | addArrayCabecera(cabeceras, entidad.modulo); |
735 | 743 | |
736 | 744 | } |