diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index e4bab32a544..70f68a31894 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -208,7 +208,10 @@ class FormFile
$out .= '
';
if (!empty($options)) $out .= '| '.$options.' | ';
$out .= '';
- $out .= ' '.$langs->trans("SaveUploadedFileWithMask", preg_replace('/__file__/', $langs->transnoentitiesnoconv("OriginFileName"), $savingdocmask), $langs->transnoentitiesnoconv("OriginFileName"));
+ $out .= ' ';
+ $out .= '';
+ $out .= $langs->trans("SaveUploadedFileWithMask", preg_replace('/__file__/', $langs->transnoentitiesnoconv("OriginFileName"), $savingdocmask), $langs->transnoentitiesnoconv("OriginFileName"));
+ $out .= '';
$out .= ' | ';
$out .= '
';
}
diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php
index 790d30b444f..866c87ba66e 100644
--- a/htdocs/product/inventory/inventory.php
+++ b/htdocs/product/inventory/inventory.php
@@ -349,7 +349,7 @@ if ($object->id > 0)
print ''.$langs->trans('UpdateByScaningLot').'';
}*/
if ($conf->barcode->enabled || $conf->productbatch->enabled) {
- print ''.$langs->trans("UpdateByScaning").'';
+ print 'id.'&action=updatebyscaning" class="butAction">'.$langs->trans("UpdateByScaning").'';
}
} else {
print ''.$langs->trans('Save').''."\n";
@@ -381,6 +381,17 @@ if ($object->id > 0)
print ''."\n";
}
+
+ if ($action == 'updatebyscaning') {
+
+ print '';
+
+ print 'TODO';
+
+ print '
';
+ }
+
+
print '