Debug v18
This commit is contained in:
parent
4fd94e2ba2
commit
864399c08a
@ -2312,6 +2312,9 @@ if ($action == 'create') {
|
|||||||
|
|
||||||
$qtyalreadysent += $shipmentline_var['qty_shipped'];
|
$qtyalreadysent += $shipmentline_var['qty_shipped'];
|
||||||
}
|
}
|
||||||
|
if ($j) {
|
||||||
|
$htmltooltip = $langs->trans("QtyInOtherShipments").'...<br><br>'.$htmltooltip.'<br><input type="submit" name="dummyhiddenbuttontogetfocus" style="display:none" autofocus>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print $form->textwithpicto($qtyalreadysent, $htmltooltip, 1, 'info', '', 0, 3, 'tooltip'.$lines[$i]->id);
|
print $form->textwithpicto($qtyalreadysent, $htmltooltip, 1, 'info', '', 0, 3, 'tooltip'.$lines[$i]->id);
|
||||||
|
|||||||
@ -1925,6 +1925,9 @@ if ($action == 'create') {
|
|||||||
|
|
||||||
$qtyalreadyreceived += $receptionline_var['qty'];
|
$qtyalreadyreceived += $receptionline_var['qty'];
|
||||||
}
|
}
|
||||||
|
if ($j) {
|
||||||
|
$htmltooltip = $langs->trans("QtyInOtherReceptions").'...<br><br>'.$htmltooltip.'<br><input type="submit" name="dummyhiddenbuttontogetfocus" style="display:none" autofocus>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user