Commit 01cbb05c27462c905e6cec9d21a0f8c3daf8c18c

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

salto de linea sin espacios

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/osm-directive.js
... ... @@ -39,7 +39,7 @@ 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   -
  42 +
43 43 if (marcador.distancia) {
44 44 observacion += 'Distancia a casa central: ' + marcador.distancia +
45 45 'km <br/>';