Commit d9f08c210e281d417002764aef10ffcbd479c81a
Committed by
GitHub
Merge pull request #246 from ProzorroUKR/amcu
return lot complaint create keyword
Showing
1 changed file
with
15 additions
and
0 deletions
| ... | ... | @@ -958,6 +958,21 @@ Library openprocurement_client.utils |
| 958 | 958 | [return] ${complaintID} |
| 959 | 959 | |
| 960 | 960 | |
| 961 | +Створити чернетку скарги про виправлення умов лоту | |
| 962 | + [Documentation] Створює скарги у статусі "draft" | |
| 963 | + [Arguments] ${username} ${tender_uaid} ${complaint} ${lot_id} | |
| 964 | + ${tender}= openprocurement_client.Пошук тендера по ідентифікатору | |
| 965 | + ... ${username} | |
| 966 | + ... ${tender_uaid} | |
| 967 | + ${lot_index}= get_object_index_by_id ${tender.data.lots} ${lot_id} | |
| 968 | + Set to dictionary ${complaint.data} relatedLot=${tender.data.lots[${lot_index}].id} | |
| 969 | + ${complaintID}= openprocurement_client.Створити чернетку скарги про виправлення умов закупівлі | |
| 970 | + ... ${username} | |
| 971 | + ... ${tender_uaid} | |
| 972 | + ... ${complaint} | |
| 973 | + [return] ${complaintID} | |
| 974 | + | |
| 975 | + | |
| 961 | 976 | Створити чернетку вимоги/скарги про виправлення визначення переможця |
| 962 | 977 | [Documentation] Створює вимогу/скаргу у про виправлення визначення переможця статусі "draft" |
| 963 | 978 | [Arguments] ${username} ${tender_uaid} ${data} ${award_index} | ... | ... |
Please
register
or
login
to post a comment