1
0
Files
bigcapital/packages/webapp
Ahmed Bouhuolia 806b1c374f fix(currency): use currency_code instead of id in CurrencySelectList
The CurrencySelectList component was using 'id' as the valueAccessor,
which caused the component to return the numeric currency ID (e.g., 1007)
instead of the currency code string (e.g., 'THB').

This fix changes the valueAccessor from 'id' to 'currency_code' so that
the currency code string is correctly sent to the backend, which expects
@IsString() for the currencyCode field.

Fixes #1025
2026-03-07 20:35:00 +02:00
..
2023-02-03 01:02:31 +02:00
2023-02-03 01:02:31 +02:00
2023-02-03 01:02:31 +02:00
2023-02-03 01:02:31 +02:00
2026-01-28 23:40:32 +02:00
2023-02-07 19:30:13 +02:00
2023-02-03 01:02:31 +02:00