Cambio de nombre de diferencia a deposito en el calculo del fondo.
This commit is contained in:
@@ -155,7 +155,7 @@ public class CalcularFondoController {
|
||||
int fondo = this.view.getFondoField().getValue();
|
||||
int suma = this.calculoFondoDAO.getTotalCalculoFondo(this.caja);
|
||||
this.view.getSumaField().setValue(suma);
|
||||
this.view.getDiferenciaField().setValue(suma - fondo);
|
||||
this.view.getDepositoField().setValue(suma - fondo);
|
||||
}
|
||||
|
||||
private void cleanInput() {
|
||||
|
||||
Reference in New Issue
Block a user