Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -659,8 +659,8 @@ Wait date |
659 | 659 | [Arguments] ${field_name} |
660 | 660 | [Documentation] Отримати значення поля rationaleType |
661 | 661 | |
662 | - ${return_value} = Run Keyword If "${field_name}" == "changes[0].rationaleType" Set Variable itemPriceVariation | |
663 | - ... ELSE IF "${field_name}" == "changes[1].rationaleType" Set Variable taxRate | |
662 | + ${return_value} = Run Keyword If "${field_name}" == "changes[0].rationaleType" Set Variable taxRate | |
663 | + ... ELSE IF "${field_name}" == "changes[1].rationaleType" Set Variable itemPriceVariation | |
664 | 664 | ... ELSE IF "${field_name}" == "changes[2].rationaleType" Set Variable thirdParty |
665 | 665 | ... ELSE IF "${field_name}" == "changes[3].rationaleType" Set Variable partyWithdrawal |
666 | 666 | # ${return_value} = Run Keyword If "${field_name}" == "Зміна ціни за одиницю товару" Set Variable itemPriceVariation | ... | ... |
Please
register
or
login
to post a comment