FIX include tpl path in product stock

This commit is contained in:
lvessiller 2022-04-14 09:48:06 +02:00
parent 8f6831ae27
commit 5f7f9a7515
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ print '</td>';
print '</tr>';
// Extrafield template
include 'extrafields_add.tpl.php';
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php';
print '</table>';

View File

@ -137,7 +137,7 @@ print '</td>';
print '</tr>';
// Extrafield template
include 'extrafields_add.tpl.php';
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php';
print '</table>';