IDEMPIERE-979 WSearchEditor used in forms don't have popup menu - add showMenu to two more tables

This commit is contained in:
Carlos Ruiz 2015-08-19 16:38:04 -05:00
parent f8c263e9a8
commit ad12d8aedd
1 changed files with 2 additions and 0 deletions

View File

@ -239,8 +239,10 @@ public class WAllocation extends Allocation
chargePick.getComponent().setHflex("true");
row.appendCellChild(chargePick.getComponent());
row.appendCellChild(DocTypeLabel.rightAlign());
chargePick.showMenu();
DocTypePick.getComponent().setHflex("true");
row.appendCellChild(DocTypePick.getComponent());
DocTypePick.showMenu();
allocateButton.setHflex("true");
row.appendCellChild(allocateButton);
row.appendCellChild(refreshButton);