Delete created record on tblGRSettleStorageBillDetail

Issue No: GRN-1865
Created 11/19/2019 1:12:49 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 19.2
Description When deleting voucher, the constraint error occurs FK_tblGRSettleStorageBillDetail_tblAPBill_intBillId.   !pastedImage_d127009_0.png|height=754,width=857!   This record created when pricing screen creates voucher.   We should provide the contract module a stored procedure to delete the record created on the tblGRSettleStorageBillDetail and not upon deleting of voucher or calling the delete of voucher.   This way, the creation and deletion of the records is organized and in one place and module.   It will allow them to delete the voucher.