IDEMPIERE-5023 Generate Shipment and Generate Invoice manual form not working correctly (#962)

This commit is contained in:
hengsin 2021-11-03 18:02:22 +08:00 committed by GitHub
parent dd89e1e8f5
commit ecfef9091b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -80,7 +80,6 @@ import org.zkoss.zul.South;
* Generate custom form window
*
*/
@org.idempiere.ui.zk.annotation.Form
public class WGenForm extends ADForm implements EventListener<Event>, WTableModelListener
{
/**

View File

@ -206,7 +206,6 @@ public class WInOutGen extends InOutGen implements IFormController, EventListene
((North)comp).setOpen(false);
}
form.getMiniTable().repaint();
form.invalidate();
} // executeQuery
protected void onClientInfo()

View File

@ -205,7 +205,6 @@ public class WInvoiceGen extends InvoiceGen implements IFormController, EventLis
((North)comp).setOpen(false);
}
form.getMiniTable().repaint();
form.invalidate();
} // executeQuery
protected void onClientInfo()