This commit is contained in:
ldestailleur
2025-10-06 11:29:03 +02:00
parent 0e79c7817f
commit adb02003f5
3 changed files with 3 additions and 2 deletions

View File

@@ -1584,7 +1584,7 @@ class FormMail extends Form
$out .= '</div>';
if (isModEnabled('product') || isModEnabled('service')) {
include_once DOL_DOCUMENT_ROOT.'/htdocs/core/class/html.form.class.php';
include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
$form = new Form($this->db);
$out .= '<div id="product-dropdown-container" class="email-layout-container hidden" style="height: 32px; display:none;">';
$out .= '<label for="product-select">'.img_picto('', 'product', 'class="pictofixedwidth"').$langs->trans("Product").' : </label>';