Merge pull request #3087 from fappels/3.7

Fix: issue #3085
This commit is contained in:
Juanjo Menent 2015-06-24 18:17:06 +02:00
commit d1ea3577fc

View File

@ -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('');