IDEMPIERE-4544 Payment Selection cannot be used in mobile portrait (#377)
This commit is contained in:
parent
837c04f063
commit
bf4935395a
|
@ -269,6 +269,12 @@ public class WPaySelect extends PaySelect
|
|||
}
|
||||
row.appendChild(new Space());
|
||||
row.appendChild(onlyPositiveBalance);
|
||||
if (ClientInfo.maxWidth(ClientInfo.MEDIUM_WIDTH-1))
|
||||
{
|
||||
row.appendChild(new Space());
|
||||
row = rows.newRow();
|
||||
row.appendChild(new Space());
|
||||
}
|
||||
row.appendCellChild(chkOnePaymentPerInv);
|
||||
row.appendChild(new Space());
|
||||
|
||||
|
|
Loading…
Reference in New Issue