#7134 - supplierBalance #1306

Merged
jsegarra merged 52 commits from 7134-supplierBalance into dev 2025-01-29 15:16:50 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ae19e8b3c6 - Show all commits

View File

@ -146,6 +146,7 @@ const onFetchCurrencies = (data) => {
:order="['dated ASC']"
data-cy="supplierBalanceTable"
auto-load
:map-key="false"
>
<template #column-balance="{ rowIndex }">
{{ toCurrency(balances[rowIndex]?.balance) }}