Skip to content

Commit

Permalink
Update award date on award action
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed May 6, 2016
1 parent abc0642 commit a0e782f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openprocurement/tender/openua/views/award.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def patch(self):
return
award_status = award.status
apply_patch(self.request, save=False, src=self.request.context.serialize())
award.date = get_now()
if award_status == 'pending' and award.status == 'active':
award.complaintPeriod.endDate = calculate_business_date(get_now(), STAND_STILL_TIME)
tender.contracts.append(type(tender).contracts.model_class({
Expand Down

0 comments on commit a0e782f

Please sign in to comment.