Merge pull request #20633 from Easya-Solutions/fix-stockcorrection-include-tpl-path
FIX include tpl path in product stock
This commit is contained in:
commit
6075b627a3
@ -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>';
|
||||
|
||||
|
||||
@ -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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user