Work on nblignes -> nblines

This commit is contained in:
Laurent Destailleur
2019-06-29 16:29:32 +02:00
parent b37f55d13a
commit adb3062a9f
73 changed files with 230 additions and 235 deletions

View File

@@ -259,7 +259,7 @@ class Reception extends CommonObject
dol_syslog(get_class($this)."::create", LOG_DEBUG);
if ($this->db->query($sql))
{
// Insertion des lignes
// Insert of lines
$num=count($this->lines);
for ($i = 0; $i < $num; $i++)
{