Commit 978b4c04eb2ce7bab53b748ccf7da14a15902b14
1 parent
22899405
vat_true/false_in_terminating_data
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -835,7 +835,8 @@ Resource resource.robot |
835 | 835 | |
836 | 836 | Вказати дійсно оплачену суму |
837 | 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 | 840 | ${data}= Create Dictionary amountPaid=${amountPaid} |
840 | 841 | ${data}= Create Dictionary data=${data} |
841 | 842 | Set to dictionary ${USERS.users['${tender_owner}']} terminating_data=${data} | ... | ... |
Please
register
or
login
to post a comment