Commit ff717de7c17736bd9d4ea53d3cb6816b658ab185
Committed by
GitHub
Merge pull request #243 from ProzorroUKR/cancellation
Cancellation
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -746,7 +746,7 @@ Library openprocurement_client.utils |
746 | 746 | ${cancellation_id}= Set variable ${cancel_reply.data.id} |
747 | 747 | ${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document} |
748 | 748 | openprocurement_client.Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description} |
749 | - run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementUA'] | |
749 | + run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA'] | |
750 | 750 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} |
751 | 751 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} |
752 | 752 | |
... | ... | @@ -1890,7 +1890,7 @@ Library openprocurement_client.utils |
1890 | 1890 | ... ${cancellation_id} |
1891 | 1891 | ... ${document_id} |
1892 | 1892 | ... ${new_description} |
1893 | - run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementUA'] | |
1893 | + run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA'] | |
1894 | 1894 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} |
1895 | 1895 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} |
1896 | 1896 | ... | ... |
Please
register
or
login
to post a comment