[ 2791635 ] Use saveEx whenever is possible

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962
This commit is contained in:
teo_sarca 2009-07-09 07:26:40 +00:00
parent c0e629b84d
commit 1f14313766
1 changed files with 1 additions and 2 deletions

View File

@ -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;