Commit 7e29034d8c807be04096868e26a43933433f7a50
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master(efernandez) See merge request !46
Showing
1 changed file
Show diff stats
src/js/osm-directive.js
... | ... | @@ -41,7 +41,7 @@ angular.module('focaLogisticaPedidoRuta').directive('focaLogistica', function() |
41 | 41 | 'Vendedor: ' + marcador.notaPedido.idVendedor + ' - ' + |
42 | 42 | ( |
43 | 43 | marcador.notaPedido.vendedor ? |
44 | - marcador.notaPedido.vendedor.NomVen : | |
44 | + marcador.notaPedido.vendedor.NOM : | |
45 | 45 | '' |
46 | 46 | ) + '<br/>'; |
47 | 47 | observacion += 'Fecha: ' + |