Skip to content

Commit

Permalink
do not allow to change contract.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed May 13, 2016
1 parent aa554db commit 3a92ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/contracting/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

contract_edit_role = (whitelist(
'title', 'title_en', 'title_ru', 'description', 'description_en',
'description_ru', 'status', 'period', 'value' , 'mode', 'items'
'description_ru', 'status', 'period', 'value' , 'items'
))

contract_view_role = (whitelist(
Expand Down

0 comments on commit 3a92ae9

Please sign in to comment.