Merge pull request #21370 from atm-lena/develop_FIX_TransferCorrectionStock_Extrafields

FIX : don't display product's extrafields for transer / correction stock
This commit is contained in:
Laurent Destailleur 2022-06-27 11:45:31 +02:00 committed by GitHub
commit bec187b9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();