No cost adjustment entries. tblGRStorageHistory.dblOldCost is NULL

Issue No: GRN-2038
Created 3/5/2020 12:09:49 AM
Type Bug-QC
Priority Critical
Status Closed
Resolution Fixed
Fixed Version 19.1
Description Steps:   Create purchase basis contract.   Create a ticker where distribution type is open storage   Settle storage against basis contract.   Price the contract.   Run below scripts:   select * from tblAPBill where strBillId = 'BL-21869' select intCustomerStorageId, * from tblAPBillDetail WHERE intBillId = 16636   select dblOldCost,* from tblGRStorageHistory where intCustomerStorageId = 2318     Issue:   tblGRStorageHistory.dblOldCost is NULL     Acceptance:   Should have cost adjustment of contract was priced. tblGRStorageHistory.dblOldCost should be populated