[ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962
This commit is contained in:
parent
c0e629b84d
commit
1f14313766
|
@ -327,8 +327,7 @@ public final class MAllocationHdr extends X_C_AllocationHdr implements DocAction
|
|||
{
|
||||
MAllocationLine line = m_lines[i];
|
||||
bps.add(new Integer(line.getC_BPartner_ID()));
|
||||
if (!line.delete(true, trxName))
|
||||
return false;
|
||||
line.deleteEx(true, trxName);
|
||||
}
|
||||
updateBP(bps);
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue