-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Bug with invoice module: PHP error message on /compta/facture/card.php #12649
Comments
Hello, A workorround has been found: remove the extrafield I created on PROPOSAL. dolibarr.log file generated when I clik on "Create new invoice" once the module syslog is enabled (level 7):
|
What was the content / definition of the extrafield ? is it a "computed" field ? if yes what was the function ? |
Please upgrade to the latest version and reopen this if the problem persists. |
Dolibarr version : tested in 10.0.2 and 10.0.4
PHP Version : tested in 7.2 and 7.3
Hello,
In Home ► Setup ► Other, I added "FACTURE_DEPOSITS_ARE_JUST_PAYMENTS".
Unfortunatly, this change is breacking the invoice module: we are no more able to create a new invoice based on a proposal.
Here is the URL generated when I clik on « Create a new invoice »: /compta/facture/card.php?action=create&origin=propal&originid=19&socid=2
And, when I clik on it, I have following PHP error:
I tried to remove the variable "FACTURE_DEPOSITS_ARE_JUST_PAYMENTS" but the bug is persistent.
(I I can confirm the problem was not there before, I was able to create invoices based on a proposal: I event try to restore a backup to make sure I had not issue on this Dolibarr)
Thank you very much for your help.
Best regards,
The text was updated successfully, but these errors were encountered: