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:
BIN
dist/local-release/Programa Caja.jar
vendored
BIN
dist/local-release/Programa Caja.jar
vendored
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user