scrunitizer

This commit is contained in:
florian HENRY 2018-03-10 09:34:33 +01:00
parent 63fb53159c
commit 40fb803ffd

View File

@ -57,7 +57,6 @@ class PaymentTerm // extends CommonObject
function __construct($db) function __construct($db)
{ {
$this->db = $db; $this->db = $db;
return 1;
} }