fixes bug #8111
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@61636 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9e7b22bd3d
commit
7f85427342
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue