fixes bug#7769
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58349 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6247880446
commit
b1c02a6d88
|
@ -1194,7 +1194,10 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
|||
validarDiversos();
|
||||
|
||||
String numagencia = txtNumAg.getValue() + (StringUtils.isBlank(txtDigitoAg.getValue()) ? "" : "-" + txtDigitoAg.getValue());
|
||||
puntoVenta.getAgenciaId().setNumagencia(numagencia);
|
||||
|
||||
if (puntoVenta.getAgenciaId() != null){
|
||||
puntoVenta.getAgenciaId().setNumagencia(numagencia);
|
||||
}
|
||||
|
||||
if (puntoVenta.getPuntoVentaPadre() == null && !cmbPuntoVentaPadre.getValue().isEmpty()) {
|
||||
cmbPuntoVentaPadre.getValue(true);
|
||||
|
|
Loading…
Reference in New Issue