Commit d04aac5ed94093de1089a6e71dfc3d432ff12a84

Authored by Eric Fernandez
1 parent bc35a5814c
Exists in master and in 1 other branch develop

parametro correcto de litros

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -47,7 +47,7 @@ angular.module('focaHojaRuta')
47 47 'Entrega de producto',
48 48 'Remito: ' + $scope.puntoVenta + '-' + $scope.comprobante + '<br/>' +
49 49 'Producto: ' + parametros.producto + '<br/>' +
50   - 'Litros: ' + parametros.litros
  50 + 'Litros: ' + parametros.litrosDescargados
51 51 );
52 52 });
53 53 };