Upper-Lower-Casing

This commit is contained in:
Frédéric FRANCE 2018-09-08 23:13:33 +02:00 committed by GitHub
parent dfea391c88
commit a01918a340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,7 @@ class LoanSchedule extends CommonObject
{
while($obj = $this->db->fetch_object($resql))
{
$line = New LoanSchedule($this->db);
$line = new LoanSchedule($this->db);
$line->id = $obj->rowid;
$line->ref = $obj->rowid;