doc
This commit is contained in:
parent
cffe543257
commit
69cbe48a75
@ -2092,7 +2092,7 @@ if ($action == 'create') {
|
|||||||
//if ($filter) $sql.= $filter;
|
//if ($filter) $sql.= $filter;
|
||||||
$sql .= " ORDER BY obj.fk_product";
|
$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);
|
$resql = $db->query($sql);
|
||||||
if ($resql) {
|
if ($resql) {
|
||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user