Commit e22da8c87cc7aa5eb3cf952072844da51204ddbf
Committed by
GitHub
Merge pull request #244 from ProzorroUKR/amcu
fix bug unreadeble cancellation index
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -1005,7 +1005,7 @@ Library openprocurement_client.utils |
1005 | 1005 | ... create_cancellations_complaint |
1006 | 1006 | ... ${tender.data.id} |
1007 | 1007 | ... ${data} |
1008 | - ... ${tender.data.cancellations[${canсellations_index}].id} | |
1008 | + ... ${tender.data.cancellations[${cancellations_index}].id} | |
1009 | 1009 | ... access_token=${tender.access.token} |
1010 | 1010 | Log ${reply} |
1011 | 1011 | Set To Dictionary ${USERS.users['${username}']} complaint_access_token=${reply.access.token} | ... | ... |
Please
register
or
login
to post a comment