Fix: issue #3085
This commit is contained in:
parent
29a2185462
commit
63df278eca
@ -19,7 +19,7 @@
|
|||||||
// \brief File that include javascript functions used when dispatching batch-enabled product
|
// \brief File that include javascript functions used when dispatching batch-enabled product
|
||||||
//
|
//
|
||||||
|
|
||||||
function AddLineBatch(index) {
|
function addLineBatch(index) {
|
||||||
var nme = 'dluo_0_'+index;
|
var nme = 'dluo_0_'+index;
|
||||||
$row=$("tr[name='"+nme+"']").clone(true);
|
$row=$("tr[name='"+nme+"']").clone(true);
|
||||||
$row.find("input[name^='qty']").val('');
|
$row.find("input[name^='qty']").val('');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user