Commit cc633aa21d6a0a4cce48e68b0ffadfcec52d3f90
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master See merge request !12
Showing
1 changed file
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -74,7 +74,7 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 74 | 74 | |
| 75 | 75 | if ($scope.parametros.individual) { |
| 76 | 76 | if (marcador.distancia) { |
| 77 | - observacion += '<br/>Distancia a casa central: ' + | |
| 77 | + observacion += 'Distancia a casa central: ' + | |
| 78 | 78 | marcador.distancia + 'km' + '<br/>'; |
| 79 | 79 | observacion += 'Total Cobrado: ' + |
| 80 | 80 | $filter('currency')(marcador.factura.IPA, '$'); |