From 63df278ecaf724199e087311d7566c7368d47925 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Tue, 23 Jun 2015 19:28:18 +0200 Subject: [PATCH] Fix: issue #3085 --- htdocs/core/js/lib_batch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/js/lib_batch.js b/htdocs/core/js/lib_batch.js index 65c138b73aa..b434083edd0 100644 --- a/htdocs/core/js/lib_batch.js +++ b/htdocs/core/js/lib_batch.js @@ -19,7 +19,7 @@ // \brief File that include javascript functions used when dispatching batch-enabled product // -function AddLineBatch(index) { +function addLineBatch(index) { var nme = 'dluo_0_'+index; $row=$("tr[name='"+nme+"']").clone(true); $row.find("input[name^='qty']").val('');