IDEMPIERE-1537 Make link to Sales order after conver Proposal

This commit is contained in:
hieplq 2013-11-16 11:11:04 +07:00
parent a90c0b73c7
commit 072018dcbb
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class RfQCreatePO extends SvrProcess
order.setSalesRep_ID(rfq.getSalesRep_ID());
order.saveEx();
noOrders++;
addLog(0, null, null, order.getDocumentNo());
addLog(0, null, null, order.getDocumentNo(), order.get_Table_ID(), order.getC_Order_ID());
}
// For all Qtys
MRfQResponseLineQty[] qtys = line.getQtys(false);