FIX : don't display product's extrafields for transer / correction stock
This commit is contained in:
parent
ce8f6b0983
commit
9d1b1c2c82
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user