Commit cb8323a1adb973bf34d69eb1817f5cb5154f3582
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master See merge request !10
Showing
1 changed file
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -77,8 +77,11 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 77 | 77 | if ($scope.parametros.individual) { |
| 78 | 78 | if (marcador.distancia) { |
| 79 | 79 | observacion += '<br/>Distancia a casa central: ' + |
| 80 | - marcador.distancia + 'km'; | |
| 80 | + marcador.distancia + 'km' + '<br/>'; | |
| 81 | 81 | } |
| 82 | + } else { | |
| 83 | + observacion += 'Cantidad de cobranzas: ' + | |
| 84 | + marcador.cantidad; | |
| 82 | 85 | } |
| 83 | 86 | } |
| 84 | 87 |