IDEMPIERE-1305 Payment allocation form- Need alignment of field to be corrected.

This commit is contained in:
Heng Sin Low 2013-09-10 15:17:10 +08:00
parent 53731cbfff
commit 3663024344
1 changed files with 3 additions and 11 deletions

View File

@ -199,7 +199,7 @@ public class WAllocation extends Allocation
row = rows.newRow();
row.appendCellChild(bpartnerLabel.rightAlign());
bpartnerSearch.getComponent().setHflex("true");
row.appendCellChild(bpartnerSearch.getComponent(),1);
row.appendCellChild(bpartnerSearch.getComponent(),2);
row.appendCellChild(dateLabel.rightAlign());
row.appendCellChild(dateField.getComponent());
row.appendCellChild(organizationLabel.rightAlign());
@ -211,16 +211,8 @@ public class WAllocation extends Allocation
currencyPick.getComponent().setHflex("true");
row.appendCellChild(currencyPick.getComponent(),1);
row.appendCellChild(multiCurrency,2);
row.appendCellChild(new Space(),1);
row.appendCellChild(new Space(),1);
row = rows.newRow();
row.appendCellChild(new Space());
row.appendCellChild(autoWriteOff);
row.appendCellChild(new Space());
row.appendCellChild(new Space());
row.appendCellChild(new Space());
row.appendCellChild(new Space());
row.appendCellChild(autoWriteOff,2);
row.appendCellChild(new Space(),1);
South south = new South();
south.setStyle("border: none");