Skip to content

Commit

Permalink
Allow upload documents by reviewer in stopping status
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Mar 29, 2016
1 parent 06c4099 commit b6a74c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/openua/views/complaint_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

STATUS4ROLE = {
'complaint_owner': ['draft', 'answered', 'claim'],
'aboveThresholdReviewers': ['pending', 'accepted'],
'aboveThresholdReviewers': ['pending', 'accepted', 'stopping'],
'tender_owner': ['claim', 'satisfied'],
}

Expand Down

0 comments on commit b6a74c3

Please sign in to comment.