FIX : don't display product's extrafields for transer / correction stock

This commit is contained in:
atm-lena 2022-06-24 12:12:22 +02:00
parent ce8f6b0983
commit 9d1b1c2c82
2 changed files with 0 additions and 6 deletions

View File

@ -179,9 +179,6 @@ print '<input class="maxwidth100onsmartphone" name="inventorycode" id="inventory
print '</td>';
print '</tr>';
// Extrafield template
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php';
print '</table>';
print dol_get_fiche_end();

View File

@ -136,9 +136,6 @@ print '<input class="maxwidth100onsmartphone" name="inventorycode" id="inventory
print '</td>';
print '</tr>';
// Extrafield template
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php';
print '</table>';
print dol_get_fiche_end();