HOTFIX: select fk #1507

Merged
jsegarra merged 1 commits from hotfix_agency_autoSelected into master 2025-02-26 13:41:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c9c703b46 - Show all commits

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) => {