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
Hello, you need to change the line 8265 in htdocs/core/lib/functions.lib.php
Change
$substitutionarray['DATE_DELIVERY'] = (isset($object->date_delivery) ? dol_print_date($object->date_delivery, 'day', 0, $outputlangs) : '');
To
$substitutionarray['DATE_DELIVERY'] = (isset($object->delivery_date) ? dol_print_date($object->date_delivery, 'day', 0, $outputlangs) : '');
And all the times date_delivery is used in PROPAL,.
Thanks.
19.0.1
All
Mysql
Try to used the KEY DATE_DELIVERY in email templates. It return all the time nothing.
No response
The text was updated successfully, but these errors were encountered:
Please could you correct this bug ?
Dolibarr 9.0.3
you need to change the line 8283 in htdocs/core/lib/functions.lib.php
by
$substitutionarray['DATE_DELIVERY'] = (isset($object->delivery_date) ? dol_print_date($object->delivery_date, 'day', 0, $outputlangs) : '');
Thanks
Sorry, something went wrong.
No branches or pull requests
Bug
Hello,
you need to change the line 8265 in htdocs/core/lib/functions.lib.php
Change
$substitutionarray['DATE_DELIVERY'] = (isset($object->date_delivery) ? dol_print_date($object->date_delivery, 'day', 0, $outputlangs) : '');
To
$substitutionarray['DATE_DELIVERY'] = (isset($object->delivery_date) ? dol_print_date($object->date_delivery, 'day', 0, $outputlangs) : '');
And all the times date_delivery is used in PROPAL,.
Thanks.
Dolibarr Version
19.0.1
Environment PHP
All
Environment Database
Mysql
Steps to reproduce the behavior and expected behavior
Try to used the KEY DATE_DELIVERY in email templates.
It return all the time nothing.
Attached files
No response
The text was updated successfully, but these errors were encountered: