Commit 17b763d063f7fc28577d63e52fdecf7ab558fc56
1 parent
9b5372d0
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