Skip to content

Commit

Permalink
customer_status and processing_status synced and sorting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantPhour committed Jan 6, 2025
1 parent caf7036 commit 09c6bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
return full.proposal_status
}
},
name: "proposal__processing_status",
name: "proposal__customer_status",
},
{
// 10. Action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def handle(self, *args, **options):
update_proposals.update(
processing_status=Proposal.PROCESSING_STATUS_WITH_ASSESSOR
)

update_proposals.update(
customer_status=Proposal.CUSTOMER_STATUS_WITH_ASSESSOR
)


0 comments on commit 09c6bc4

Please sign in to comment.