Commit 978b4c04eb2ce7bab53b748ccf7da14a15902b14

Authored by qa-user-1
1 parent 22899405

vat_true/false_in_terminating_data

@@ -835,7 +835,8 @@ Resource resource.robot @@ -835,7 +835,8 @@ Resource resource.robot
835 835
836 Вказати дійсно оплачену суму 836 Вказати дійсно оплачену суму
837 ${amount}= Get variable value ${USERS.users['${tender_owner}'].contract_data.data.value.amount} 837 ${amount}= Get variable value ${USERS.users['${tender_owner}'].contract_data.data.value.amount}
838 - ${amountPaid}= Create Dictionary amount=${amount} valueAddedTaxIncluded=${True} currency=UAH 838 + ${valueAddedTaxIncluded}= Get variable value ${USERS.users['${tender_owner}'].contract_data.data.value.valueAddedTaxIncluded}
  839 + ${amountPaid}= Create Dictionary amount=${amount} valueAddedTaxIncluded=${valueAddedTaxIncluded} currency=UAH
839 ${data}= Create Dictionary amountPaid=${amountPaid} 840 ${data}= Create Dictionary amountPaid=${amountPaid}
840 ${data}= Create Dictionary data=${data} 841 ${data}= Create Dictionary data=${data}
841 Set to dictionary ${USERS.users['${tender_owner}']} terminating_data=${data} 842 Set to dictionary ${USERS.users['${tender_owner}']} terminating_data=${data}
Please register or login to post a comment