Commit 178927772c587c36b8994f86d4c13f74fbc1e7eb

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master

See merge request !3
src/js/osm-directive.js
... ... @@ -39,6 +39,11 @@ angular.module('focaAdminSeguimiento').directive('osm', function() {
39 39 observacion +=
40 40 'Total: ' + $filter('currency')(marcador.notaPedido.total, '$');
41 41 observacion = 'Orden: ' + marcador.orden + '<br/>' + observacion;
  42 +
  43 + if (marcador.distancia) {
  44 + observacion += 'Distancia a casa central: ' + marcador.distancia +
  45 + 'km <br/>';
  46 + }
42 47 } else {
43 48 observacion += 'Cantidad de nota de pedido: ' +
44 49 marcador.cantidad + '<br/>';