We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When \Facture::createFromOrder is used to create a Facture from an Commande, the external reference isn't taken over.
\Facture::createFromOrder
Facture
Commande
After using it, this must be done manually ($invoice->ref_customer = $order->ref_client;).
$invoice->ref_customer = $order->ref_client;
20.0.3
8.2
MariaDB 10.6.20
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug
When
\Facture::createFromOrder
is used to create aFacture
from anCommande
, the external reference isn't taken over.After using it, this must be done manually (
$invoice->ref_customer = $order->ref_client;
).Dolibarr Version
20.0.3
Environment PHP
8.2
Environment Database
MariaDB 10.6.20
Steps to reproduce the behavior and expected behavior
Attached files
No response
The text was updated successfully, but these errors were encountered: