Bloqueio de Trecho - Adicionar agência (fixed bug #5003)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@34468 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
89f2ce162e
commit
e373a88353
|
@ -189,8 +189,9 @@ public class EditarConfRestricaoCanalVentaController extends MyGenericForwardCom
|
|||
}
|
||||
|
||||
public void onClick$btnAddRestricaoPtovta(Event ev) throws InterruptedException {
|
||||
PuntoVenta pv = (PuntoVenta) cmbPuntoVenta.getSelectedItem().getValue();
|
||||
if (pv != null) {
|
||||
|
||||
if (cmbPuntoVenta.getSelectedItem() != null) {
|
||||
PuntoVenta pv = (PuntoVenta) cmbPuntoVenta.getSelectedItem().getValue();
|
||||
ConfRestricaoPtovta ptovta = new ConfRestricaoPtovta();
|
||||
ptovta.setPuntoVenta(pv);
|
||||
ptovta.setConfRestricaoCanalVenta(confRestricaoCanalVenta);
|
||||
|
|
Loading…
Reference in New Issue