Skip to content

Commit

Permalink
Merge branch 'a164800652922449_complains_mistaken'
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Aug 8, 2016
2 parents 34e15f7 + 5bc3fbe commit afef031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/openua/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class Options:
'embedded': (blacklist('owner_token', 'owner') + schematics_embedded_role),
'view': (blacklist('owner_token', 'owner') + schematics_default_role),
}
status = StringType(choices=['draft', 'claim', 'answered', 'pending', 'accepted', 'invalid', 'resolved', 'declined', 'cancelled', 'satisfied', 'stopping', 'stopped'], default='draft')
status = StringType(choices=['draft', 'claim', 'answered', 'pending', 'accepted', 'invalid', 'resolved', 'declined', 'cancelled', 'satisfied', 'stopping', 'stopped', 'mistaken'], default='draft')
acceptance = BooleanType()
dateAccepted = IsoDateTimeType()
rejectReason = StringType(choices=['lawNonСompliance', 'noPaymentReceived', 'buyerViolationsСorrected'])
Expand Down

0 comments on commit afef031

Please sign in to comment.