IDEMPIERE-979 WSearchEditor used in forms don't have popup menu - add showMenu to two more tables
This commit is contained in:
parent
f8c263e9a8
commit
ad12d8aedd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue