More substitutions

This commit is contained in:
Marcos García de La Fuente
2014-06-12 11:31:53 +02:00
parent ae4bd4445e
commit 9fbd7806f0
158 changed files with 715 additions and 715 deletions

View File

@@ -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)
{