Row #2: The House Rent Allowence Component has the options Amount based on formula and Depends On Payment Days enabled.
Disable Depends On Payment Days for the House Rent Allowence component, to prevent the amount from being deducted twice, as its formula already uses a payment-days-based component.**
I found a function named validate_payment_days_based_dependent_component() which is called this condition. If I commented this fucntion, then its working fine.
Is there anyone who found this issue? How to resolve this with proper way? Please suggest
@Cross_X you have to remove the Amount bases on formula and then recreate the structure so the new component is fetched again . you can try to remove the component from the table and re-add it .
@Cross_X salary components works fine using formula or without . the error appears only if you have both options checked . verify your steps and your settings.