This commit is contained in:
Laurent Destailleur 2022-06-27 12:07:34 +02:00
parent cffe543257
commit 69cbe48a75

View File

@ -2092,7 +2092,7 @@ if ($action == 'create') {
//if ($filter) $sql.= $filter;
$sql .= " ORDER BY obj.fk_product";
dol_syslog("get list of shipment lines", LOG_DEBUG);
dol_syslog("expedition/card.php get list of shipment lines", LOG_DEBUG);
$resql = $db->query($sql);
if ($resql) {
$num = $db->num_rows($resql);