diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
index 98faab0c423..af06ce7e94c 100644
--- a/htdocs/langs/en_US/stocks.lang
+++ b/htdocs/langs/en_US/stocks.lang
@@ -251,7 +251,7 @@ SelectAStockMovementFileToImport=select a stock movement file to import
InfoTemplateImport=Uploaded file needs to have this format (* are mandatory fields):
Source Warehouse* | Target Warehouse* | Product* | Quantity* | Lot/serial number
CSV character separator must be "%s"
LabelOfInventoryMovemement=Inventory %s
ReOpen=Reopen
-ConfirmFinish=Do you confirm the closing of the inventory ? This will generate all stock movements to update your stock to the real qty you entered into the inventory.
+ConfirmFinish=Do you confirm the closing of the inventory ? This will generate all stock movements to update your stock to the real qty you entered into the inventory.
No stock movement will be made on products that do not have an actual quantity entered.
ObjectNotFound=%s not found
MakeMovementsAndClose=Generate movements and close
AutofillWithExpected=Fill real quantity with expected quantity
@@ -271,4 +271,4 @@ ErrorCantFindCodeInInventory=Can't find the following code in inventory
QtyWasAddedToTheScannedBarcode=Success !! The quantity was added to all the requested barcode. You can close the Scanner tool.
StockChangeDisabled=Change on stock disabled
NoWarehouseDefinedForTerminal=No warehouse defined for terminal
-ClearQtys=Clear all quantities
\ No newline at end of file
+ClearQtys=Clear all quantities
diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php
index 480dbbaa27d..385aae39248 100644
--- a/htdocs/product/inventory/inventory.php
+++ b/htdocs/product/inventory/inventory.php
@@ -393,28 +393,6 @@ $help_url = '';
llxHeader('', $langs->trans('Inventory'), $help_url);
-// Disable button Generate movement if data were modified and not saved
-print '';
-
-
// Part to show record
if ($object->id > 0) {
@@ -607,7 +585,6 @@ if ($object->id > 0) {
objecttofill.value = object.innerText;
})
console.log("Values filled (after click on fillwithexpected)");
- disablebuttonmakemovementandclose();
return false;
});';
print '});';
@@ -858,7 +835,6 @@ if ($object->id > 0) {
id = id.split("_")[1];
tmpvalue = $("#id_"+id+"_input_tmp").val()
$("#id_"+id+"_input")[0].value = tmpvalue;
- disablebuttonmakemovementandclose();
return false; /* disable submit */
});
});';
@@ -1052,16 +1028,6 @@ if ($object->id > 0) {
print '';
- // Call method to disable the button if no qty entered yet for inventory
-
- if ($object->status != $object::STATUS_VALIDATED || !$hasinput) {
- print '';
- }
print '';