Commit 17f6f2cdbc09c922f70da252e7e12a1560a7d7ec

Authored by AlexDiatlov
1 parent 157efd19

return lot complaint create keyword

... ... @@ -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