When a order is generate from RMA the isSOTrx is wrong

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2934543
This commit is contained in:
vpj-cd 2010-01-18 21:31:00 +00:00
parent 772a01a1bf
commit 09e78c8486
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class RMACreateOrder extends SvrProcess
order.setBill_User_ID(originalOrder.getBill_User_ID());
order.setSalesRep_ID(rma.getSalesRep_ID());
order.setM_PriceList_ID(originalOrder.getM_PriceList_ID());
order.setIsSOTrx(originalOrder.isSOTrx());
order.setM_Warehouse_ID(originalOrder.getM_Warehouse_ID());
order.setC_DocTypeTarget_ID(originalOrder.getC_DocTypeTarget_ID());
order.setC_PaymentTerm_ID(originalOrder.getC_PaymentTerm_ID());