[FIX] Fix annual_turnover field name in setup-org.html
Legacy org setup page was sending annual_turnover instead of annual_turnover_eur to classify and create endpoints. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
68f8cab0bf
commit
517cab76a5
@ -184,7 +184,7 @@
|
||||
const result = await api.classifyEntity({
|
||||
sector: sector,
|
||||
employee_count: employees,
|
||||
annual_turnover: turnover
|
||||
annual_turnover_eur: turnover
|
||||
});
|
||||
|
||||
if (result.success && result.data) {
|
||||
@ -351,7 +351,7 @@
|
||||
vat_number: vatNumber,
|
||||
sector: sector,
|
||||
employee_count: employees,
|
||||
annual_turnover: turnover
|
||||
annual_turnover_eur: turnover
|
||||
});
|
||||
|
||||
if (result.success && result.data) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user