diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
index f0175942511..6e2ab53dd0e 100644
--- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
+++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
@@ -115,12 +115,9 @@ if (!empty($conf->productbatch->enabled) &&
|| ($object->element == 'stock'))
) {
print '
';
- print '| element == 'stock' ? '' : ' class="fieldrequired"').'>'.$langs->trans("batch_number").' | ';
+ print ' | element == 'stock' ? '' : ' class="fieldrequired"').'>'.$langs->trans("batch_number").' | ';
print '';
print ' | ';
- print ''.$langs->trans("StatusChangeIfNeeded").' | ';
- $formproduct->load_cache_productbatch_qcstatus();
- print ''.$formproduct->selectProductbatchQcstatus($object->fk_qcstatus, 'fk_qcstatus').' |
';
print '';
print '';
if (empty($conf->global->PRODUCT_DISABLE_EATBY)) {
diff --git a/htdocs/product/stock/tpl/stocktransfer.tpl.php b/htdocs/product/stock/tpl/stocktransfer.tpl.php
index 32a197b7857..d09d584aa8e 100644
--- a/htdocs/product/stock/tpl/stocktransfer.tpl.php
+++ b/htdocs/product/stock/tpl/stocktransfer.tpl.php
@@ -89,10 +89,8 @@ if ($object->element == 'stock') {
print '| '.$langs->trans("WarehouseTarget").' | ';
print img_picto('', 'stock').$formproduct->selectWarehouses(GETPOST('id_entrepot_destination'), 'id_entrepot_destination', 'warehouseopen,warehouseinternal', 1);
print ' |
';
-print '| '.$langs->trans("NumberOfUnit").' | | ';
-print ''.$langs->trans("StatusChangeIfNeeded").' | ';
-$formproduct->load_cache_productbatch_qcstatus();
-print ''.$formproduct->selectProductbatchQcstatus('0','fk_qcstatus').' |
';
+print '| '.$langs->trans("NumberOfUnit").' | | ';
+print ' |
';
// Serial / Eat-by date
if (!empty($conf->productbatch->enabled) &&