0
0
Fork 0

Merge pull request 'HOTFIX: select fk' (!1507) from hotfix_agency_autoSelected into master

Reviewed-on: verdnatura/salix-front#1507
Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-02-26 13:41:18 +00:00
commit b17f08f467
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ const fetchAvailableAgencies = async (formData) => {
const { options, agency } = response;
if (options) agenciesOptions.value = options;
if (agency) formData.agencyModeId = agency;
if (agency) formData.agencyModeId = agency.agencyModeFk;
};
const fetchClient = async (formData) => {