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()))
|
if (!oTax.delete(true, rma.get_TrxName()))
|
||||||
return false;
|
return false;
|
||||||
if (!oTax.save(rma.get_TrxName()))
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue