IDEMPIERE-5023 Generate Shipment and Generate Invoice manual form not working correctly (#962)
This commit is contained in:
parent
dd89e1e8f5
commit
ecfef9091b
|
|
@ -80,7 +80,6 @@ import org.zkoss.zul.South;
|
||||||
* Generate custom form window
|
* Generate custom form window
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@org.idempiere.ui.zk.annotation.Form
|
|
||||||
public class WGenForm extends ADForm implements EventListener<Event>, WTableModelListener
|
public class WGenForm extends ADForm implements EventListener<Event>, WTableModelListener
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,6 @@ public class WInOutGen extends InOutGen implements IFormController, EventListene
|
||||||
((North)comp).setOpen(false);
|
((North)comp).setOpen(false);
|
||||||
}
|
}
|
||||||
form.getMiniTable().repaint();
|
form.getMiniTable().repaint();
|
||||||
form.invalidate();
|
|
||||||
} // executeQuery
|
} // executeQuery
|
||||||
|
|
||||||
protected void onClientInfo()
|
protected void onClientInfo()
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,6 @@ public class WInvoiceGen extends InvoiceGen implements IFormController, EventLis
|
||||||
((North)comp).setOpen(false);
|
((North)comp).setOpen(false);
|
||||||
}
|
}
|
||||||
form.getMiniTable().repaint();
|
form.getMiniTable().repaint();
|
||||||
form.invalidate();
|
|
||||||
} // executeQuery
|
} // executeQuery
|
||||||
|
|
||||||
protected void onClientInfo()
|
protected void onClientInfo()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue