Commit c662ad7a8131518de611ee90b89f60201f08009b
1 parent
21f5ea6f
Delete `Можливість скасувати закупівлю`
From base_keywords.robot Because it was duplication of code from cancelations.robot and was used only in limited procedures
Showing
1 changed file
with
1 additions
and
11 deletions
@@ -706,17 +706,7 @@ Resource resource.robot | @@ -706,17 +706,7 @@ Resource resource.robot | ||
706 | ############################################################################################## | 706 | ############################################################################################## |
707 | 707 | ||
708 | Можливість скасувати цінову пропозицію користувачем ${username} | 708 | Можливість скасувати цінову пропозицію користувачем ${username} |
709 | - ${canceledbidresp}= Run As ${username} Скасувати цінову пропозицію ${TENDER['TENDER_UAID']} | ||
710 | - | ||
711 | - | ||
712 | -Можливість скасувати закупівлю | ||
713 | - ${cancellation_data}= Підготувати дані про скасування ${tender_owner} | ||
714 | - Run as ${tender_owner} | ||
715 | - ... Скасувати закупівлю | ||
716 | - ... ${TENDER['TENDER_UAID']} | ||
717 | - ... ${cancellation_data['cancellation_reason']} | ||
718 | - ... ${cancellation_data['document']} | ||
719 | - ... ${cancellation_data['description']} | 709 | + Run As ${username} Скасувати цінову пропозицію ${TENDER['TENDER_UAID']} |
720 | 710 | ||
721 | ############################################################################################## | 711 | ############################################################################################## |
722 | # Awarding | 712 | # Awarding |
Please
register
or
login
to post a comment