IDEMPIERE-4637 Cross Tenant RMA, Tax Rate issue (#517)

This commit is contained in:
igorpojzl 2021-01-08 16:58:29 +01:00 committed by GitHub
parent fadc540557
commit b71e53e81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -352,8 +352,6 @@ public class StandardTaxProvider implements ITaxProvider {
}
if (!oTax.delete(true, rma.get_TrxName()))
return false;
if (!oTax.save(rma.get_TrxName()))
return false;
}
else
{