Error : The Tax Detail does not exist

upasanisandip
upasanisandip Member Posts: 405
Hi all,
In 1 codeunit Indian Sales Tax Calculate (13704) getting error on following line.


IF (TaxAmount <> DesiredTaxAmount) AND (ABS(TaxAmount - DesiredTaxAmount) <= 0.01) THEN
IF TMPTaxDetail.FIND('-') THEN BEGIN
TMPTaxDetail."Tax Below Maximum" :=
TMPTaxDetail."Tax Below Maximum" - TaxAmount + DesiredTaxAmount;
TMPTaxDetail.MODIFY;
This is coming when i gives decimal Direct Unit of cost in Purchase Order.

Giving error message
Error : The Tax Detail does not exist


thanks

Comments

  • muksha
    muksha Member Posts: 274
    Please have a look on your setup, it seems that something has been renamed or changed.
    Mukesh Sharma