IDEMPIERE-834 Zk: Improvement to payment Allocation form

This commit is contained in:
Carlos Ruiz 2018-08-27 16:36:04 +02:00
parent f533258813
commit d53ea58c2f
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ public class WAllocation extends Allocation
allocateButton.setEnabled(true);
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);
}
}