In the Salary / Refund Review screen, if the error "Total are not equal" is displayed reason being the number of records and the calculated charges are null
Resolution for the same:
Update the SP (WPS_sp_Select_FIS_Details) for the FIS_DET value with the value
isnull(FISDET_Deleted, '0') not in ('1')
Resolution for the same:
Update the SP (WPS_sp_Select_FIS_Details) for the FIS_DET value with the value
isnull(FISDET_Deleted, '0') not in ('1')
No comments:
Post a Comment