Debug v18

This commit is contained in:
Laurent Destailleur 2023-05-03 14:39:34 +02:00
parent 4fd94e2ba2
commit 864399c08a
2 changed files with 6 additions and 0 deletions

View File

@ -2312,6 +2312,9 @@ if ($action == 'create') {
$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);

View File

@ -1925,6 +1925,9 @@ if ($action == 'create') {
$qtyalreadyreceived += $receptionline_var['qty'];
}
if ($j) {
$htmltooltip = $langs->trans("QtyInOtherReceptions").'...<br><br>'.$htmltooltip.'<br><input type="submit" name="dummyhiddenbuttontogetfocus" style="display:none" autofocus>';
}
}
}
}