IDEMPIERE-4637 Cross Tenant RMA, Tax Rate issue (#517)
This commit is contained in:
parent
fadc540557
commit
b71e53e81c
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue