Tenia un error en el estado resultado, el campo de otros estaba calculando el de telefono, un error al copiar y pegar me imagino

This commit is contained in:
Daniel Cortes
2019-02-16 15:01:37 -03:00
parent e65ac2bc10
commit cef6b0f2e9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -173,7 +173,7 @@ public class EstadoResultadoController extends BaseController{
this.view.getServiciosLuz().setValue(luz);
this.view.getServiciosGas().setValue(gas);
this.view.getServiciosTelefono().setValue(telefono);
this.view.getServiciosOtro().setValue(telefono);
this.view.getServiciosOtro().setValue(otro);
this.view.getServiciosTotal().setValue(total);
}