Commit 9d3644d0d7addf6e5701dd059e3353094c2f02f2

Authored by AlexDiatlov
1 parent 70d63b26

negotiation procedures cancellation put in active status

... ... @@ -771,7 +771,7 @@ Library openprocurement_client.utils
771 771 ${cancellation_id}= Set variable ${cancel_reply.data.id}
772 772 ${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document}
773 773 openprocurement_client.Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description}
774   - ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
  774 + ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA', 'negotiation', 'negotiation.quick']
775 775 ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id}
776 776 ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id}
777 777 Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation}
... ... @@ -1919,7 +1919,7 @@ Library openprocurement_client.utils
1919 1919 ... ${cancellation_id}
1920 1920 ... ${document_id}
1921 1921 ... ${new_description}
1922   - ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA']
  1922 + ${cancellation}= run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA', 'negotiation', 'negotiation.quick']
1923 1923 ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id}
1924 1924 ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id}
1925 1925 Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation}
... ...
Please register or login to post a comment