daniel.zauli 2016-10-14 19:31:19 +00:00
parent 9e7b22bd3d
commit 7f85427342
1 changed files with 4 additions and 0 deletions

View File

@ -1215,6 +1215,10 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
if (puntoVenta.getAgenciaId() != null) {
puntoVenta.getAgenciaId().setNumagencia(numagencia);
puntoVenta.getAgenciaId().setBilhetes(txtBilhetes.getValue());
puntoVenta.getAgenciaId().setCarga(txtCarga.getValue());
puntoVenta.getAgenciaId().setDigito(txtDigito.getValue());
puntoVenta.getAgenciaId().setNumconta(txtConta.getValue());
}
if (puntoVenta.getPuntoVentaPadre() == null && !cmbPuntoVentaPadre.getValue().isEmpty()) {