fix: refs #8731 clean code
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-03-10 08:43:03 +01:00
parent dc600a568b
commit 677477df8d
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ function onBeforeSave(data) {
if (isCash.value && shouldSendEmail.value && !data.email)
return notify(t('There is no assigned email for this client'), 'negative');
// data.bankFk = data.bankFk?.id;
return data;
}