Skip to content

Commit

Permalink
Merge branch 'a147507835786741_complaint_document_upload_condition'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Aug 1, 2016
2 parents c054d8a + bacc465 commit 6f1e7ef
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# -*- coding: utf-8 -*-
from openprocurement.api.utils import opresource
from openprocurement.tender.openua.views.award_complaint_document import TenderUaAwardComplaintDocumentResource
from openprocurement.tender.openua.views.complaint_document import STATUS4ROLE

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


@opresource(name='Tender negotiation Award Complaint Documents',
Expand Down

0 comments on commit 6f1e7ef

Please sign in to comment.