8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 50dab045f0 - Show all commits

View File

@ -256,12 +256,12 @@ const formatOpt = (row, { model, options }, prop) => {
v-model="row.foreignValue"
@update:model-value="
async (val) => {
const exchange = await getExchange(
if (!isNotEuro(currency)) return;
row.taxableBase = await getExchange(
val,
row.currencyFk,
invoiceIn.issued
);
row.taxableBase = exchange;
}
"
/>