-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incoherence in loan payment management #32339
Labels
Bug
This is a bug (something does not work as expected)
Comments
@aspangaro do you have a suggestion before I start implementing it ? |
aspangaro
added a commit
to aspangaro/dolibarr
that referenced
this issue
Dec 13, 2024
Hi @thomas-Ngr I confirm this problem also in v21. Thanks for the report, I propose the fix #32346 using the delete() function of the AccountLine class |
aspangaro
added a commit
to aspangaro/dolibarr
that referenced
this issue
Jan 11, 2025
eldy
added a commit
that referenced
this issue
Jan 13, 2025
FIX #32339 Delete a loan settlement is partial
eldy
added a commit
that referenced
this issue
Jan 20, 2025
FIX #32339 Delete a loan settlement is partial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
On module loan (htdocs/loan/list.php) , deleting a payment causes issues :
Dolibarr Version
18.0, develop
Environment PHP
any
Environment Database
any
Steps to reproduce the behavior and expected behavior
To reproduce
Expected behavior
I think that, when we delete a payment loan, the related bank line should be also deleted. And if the bank line is reconciliated, one should not be able to delete the payment.
Attached files
No response
The text was updated successfully, but these errors were encountered: