Commit 278dc8aa937284a488dd9f40e6f61c1df63e7703

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

Merge branch 'master' into 'master'

Master

See merge request !9
src/js/osm-directive.js
... ... @@ -94,7 +94,7 @@ angular.module('focaAdminSeguimiento').directive('osm', function() {
94 94 marcador.remito.hojaRuta.sucursal,
95 95 marcador.remito.hojaRuta.numeroHojaRuta
96 96 ]) + '<br/>';
97   -
  97 +
98 98 if (!$scope.parametros.individual) {
99 99 observacion += '<b>Ultimo Remito</b><br/>';
100 100 }
... ... @@ -103,7 +103,7 @@ angular.module(&#39;focaAdminSeguimiento&#39;).directive(&#39;osm&#39;, function() {
103 103 $filter('date')(marcador.fecha.slice(0,10), 'dd/MM/yyyy') + ' ' +
104 104 marcador.fecha.slice(11,19) + '<br/>';
105 105  
106   - observacion += 'Remito: ' + $filter('comprobante')([
  106 + observacion += ': ' + $filter('comprobante')([
107 107 marcador.remito.sucursal,
108 108 marcador.remito.numeroRemito
109 109 ]) + '<br/>';