IDEMPIERE-1537 Make link to Sales order after conver Proposal
This commit is contained in:
parent
a90c0b73c7
commit
072018dcbb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue