IDEMPIERE-834 Zk: Improvement to payment Allocation form
This commit is contained in:
parent
f533258813
commit
d53ea58c2f
|
@ -533,7 +533,7 @@ public class WAllocation extends Allocation
|
||||||
allocateButton.setEnabled(true);
|
allocateButton.setEnabled(true);
|
||||||
if (allocation != null)
|
if (allocation != null)
|
||||||
{
|
{
|
||||||
DocumentLink link = new DocumentLink(allocation.getDocumentNo(), allocation.get_Table_ID(), allocation.get_ID());
|
DocumentLink link = new DocumentLink(Msg.getElement(Env.getCtx(), MAllocationHdr.COLUMNNAME_C_AllocationHdr_ID) + ": " + allocation.getDocumentNo(), allocation.get_Table_ID(), allocation.get_ID());
|
||||||
statusBar.appendChild(link);
|
statusBar.appendChild(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue