Commit bbd0c77ce8ba7f9f44ef24fa7712354396042850
1 parent
a5e55f6f09
Exists in
master
and in
1 other branch
numero
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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('focaAdminSeguimiento').directive('osm', 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 += 'Nº: ' + $filter('comprobante')([ | |
| 107 | 107 | marcador.remito.sucursal, |
| 108 | 108 | marcador.remito.numeroRemito |
| 109 | 109 | ]) + '<br/>'; |