fix: refs #8731 customerBalance and test #1578

Merged
carlossa merged 7 commits from 8731-customerBalanceFix into master 2025-03-10 08:22:14 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 677477df8d - Show all commits
src/pages/Customer/components

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;
}