mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-09 18:42:53 +01:00
More substitutions
This commit is contained in:
@@ -126,7 +126,7 @@ if ($action == 'initbarcodeproducts')
|
||||
$sql.=$db->order("datec","ASC");
|
||||
$sql.=$db->plimit($maxperinit);
|
||||
|
||||
dol_syslog("codeinit sql=".$sql, LOG_DEBUG);
|
||||
dol_syslog("codeinit", LOG_DEBUG);
|
||||
$resql=$db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user