Commit 2e0a1a3c3f97389aeb91bf2b50d110adc6a5698b

Authored by Playtenders
1 parent c2dccfe3

rationaleType

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