diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
index 28fd3dfadea..4242121177c 100644
--- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
+++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
@@ -15,7 +15,7 @@
* along with this program. If not, see .
*
* $object must be defined
- * $backtopage
+ * $backtopage
*/
?>
@@ -50,7 +50,7 @@
print '
';
?>
diff --git a/htdocs/product/stock/tpl/stocktransfer.tpl.php b/htdocs/product/stock/tpl/stocktransfer.tpl.php
index ed367742f1c..6d028da5663 100644
--- a/htdocs/product/stock/tpl/stocktransfer.tpl.php
+++ b/htdocs/product/stock/tpl/stocktransfer.tpl.php
@@ -25,9 +25,9 @@
if ($object->element == 'product') $productref = $object->ref;
$langs->load("productbatch");
-
+
if (empty($id)) $id = $object->id;
-
+
$pdluoid=GETPOST('pdluoid','int');
$pdluo = new Productbatch($db);
@@ -48,9 +48,9 @@
print load_fiche_titre($langs->trans("StockTransfer"),'','title_generic.png');
print '