2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Francis Appels
2015-06-23 19:28:18 +02:00
parent 29a2185462
commit 63df278eca

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