BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910289&group_id=176962 Copy record on Customer RMA window is copying wrongly the c_order_id
This commit is contained in:
parent
8ae6a08043
commit
38f7dba2ba
|
@ -226,6 +226,8 @@ public class MRMA extends X_M_RMA implements DocAction
|
||||||
*/
|
*/
|
||||||
protected boolean beforeSave (boolean newRecord)
|
protected boolean beforeSave (boolean newRecord)
|
||||||
{
|
{
|
||||||
|
if (newRecord)
|
||||||
|
setC_Order_ID(0);
|
||||||
getShipment();
|
getShipment();
|
||||||
// Set BPartner
|
// Set BPartner
|
||||||
if (getC_BPartner_ID() == 0)
|
if (getC_BPartner_ID() == 0)
|
||||||
|
|
Loading…
Reference in New Issue