Commit b4ec65775f738c5695a7a9cc2ed5377397f8f333
1 parent
0b02da94db
Exists in
master
error propiedad
Showing
1 changed file
with
1 additions
and
1 deletions
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: ' + |