Commit e22da8c87cc7aa5eb3cf952072844da51204ddbf

Authored by alexdiatlov
Committed by GitHub
2 parents ff717de7 17b763d0

Merge pull request #244 from ProzorroUKR/amcu

fix bug unreadeble cancellation index
@@ -1005,7 +1005,7 @@ Library openprocurement_client.utils @@ -1005,7 +1005,7 @@ Library openprocurement_client.utils
1005 ... create_cancellations_complaint 1005 ... create_cancellations_complaint
1006 ... ${tender.data.id} 1006 ... ${tender.data.id}
1007 ... ${data} 1007 ... ${data}
1008 - ... ${tender.data.cancellations[${canсellations_index}].id} 1008 + ... ${tender.data.cancellations[${cancellations_index}].id}
1009 ... access_token=${tender.access.token} 1009 ... access_token=${tender.access.token}
1010 Log ${reply} 1010 Log ${reply}
1011 Set To Dictionary ${USERS.users['${username}']} complaint_access_token=${reply.access.token} 1011 Set To Dictionary ${USERS.users['${username}']} complaint_access_token=${reply.access.token}
Please register or login to post a comment