Commit 1e9904d220bc96b57bd7948d546b8b34b0e20ce0
1 parent
9b5372d0
fix chanching cancel status to active, wrong stage of framework
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -746,7 +746,7 @@ Library openprocurement_client.utils | @@ -746,7 +746,7 @@ Library openprocurement_client.utils | ||
746 | ${cancellation_id}= Set variable ${cancel_reply.data.id} | 746 | ${cancellation_id}= Set variable ${cancel_reply.data.id} |
747 | ${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document} | 747 | ${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document} |
748 | openprocurement_client.Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description} | 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 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} | 750 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} |
751 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} | 751 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} |
752 | 752 | ||
@@ -1890,7 +1890,7 @@ Library openprocurement_client.utils | @@ -1890,7 +1890,7 @@ Library openprocurement_client.utils | ||
1890 | ... ${cancellation_id} | 1890 | ... ${cancellation_id} |
1891 | ... ${document_id} | 1891 | ... ${document_id} |
1892 | ... ${new_description} | 1892 | ... ${new_description} |
1893 | - run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementUA'] | 1893 | + run keyword if '${procurementMethodType}' in ['belowThreshold', 'reporting', 'closeFrameworkAgreementSelectionUA'] |
1894 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} | 1894 | ... openprocurement_client.Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} |
1895 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} | 1895 | ... ELSE openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} |
1896 | 1896 |
Please
register
or
login
to post a comment