Commit 49fa924022fc5460beb3991e2206ab85b496355b
1 parent
fe4c1bfd17
Exists in
master
?
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/osm-directive.js
... | ... | @@ -37,6 +37,7 @@ angular.module('focaLogisticaPedidoRuta').directive('focaLogistica', function() |
37 | 37 | // if($scope.parametros.individual) { |
38 | 38 | observacion += |
39 | 39 | 'Total: ' + $filter('currency')(marcador.notaPedido.remito.total, '$'); |
40 | + observacion = 'Orden: ' + marcador.orden + '<br/>' + observacion; | |
40 | 41 | |
41 | 42 | if(marcador.distancia) { |
42 | 43 | observacion += '<br/>Distancia a casa central: ' + |