Skip to content

Commit

Permalink
Merge pull request #5214 from bcgov/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sumathi-thirumani authored May 9, 2024
2 parents ee8ed49 + 863e8ef commit beec57e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def updatepagecount(self, requests, axisresponse):
axisrequestid = entry["axisrequestid"]
entry["updatedby"] = 'System'
entry["updated_at"] = datetime2.now()
entry["axispagecount"] = axisresponse[axisrequestid] if axisrequestid in axisresponse else entry["axispagecount"]
entry["axislanpagecount"] = axisresponse[axisrequestid] if axisrequestid in axisresponse else entry["axislanpagecount"]
entry["axispagecount"] = axisresponse[axisrequestid]["requestpagepount"] if axisrequestid in axisresponse else entry["axispagecount"]
entry["axislanpagecount"] = axisresponse[axisrequestid]["lanpagepount"] if axisrequestid in axisresponse else entry["axislanpagecount"]
return requests


Expand Down

0 comments on commit beec57e

Please sign in to comment.