Skip to content

Commit

Permalink
Fixed BLOCK_COMPLAINT_STATUS and PENDING_COMPLAINT_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Mar 30, 2016
1 parent 2d2e9e2 commit 77cd2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openprocurement/tender/openua/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from barbecue import chef
PKG = get_distribution(__package__)
LOGGER = getLogger(PKG.project_name)
BLOCK_COMPLAINT_STATUS = ['claim', 'pending', 'accepted', 'satisfied']
PENDING_COMPLAINT_STATUS = ['claim', 'answered', 'pending', 'accepted', 'satisfied']
BLOCK_COMPLAINT_STATUS = ['claim', 'pending', 'accepted', 'satisfied', 'stopping']
PENDING_COMPLAINT_STATUS = ['claim', 'answered', 'pending', 'accepted', 'satisfied', 'stopping']


def check_bids(request):
Expand Down

0 comments on commit 77cd2f7

Please sign in to comment.