FIX: Missing variable declaration
This commit is contained in:
parent
bab1dd13e2
commit
7b300b0a9d
@ -107,6 +107,7 @@ class AccountingAccount extends CommonObject
|
|||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
$error = 0;
|
$error = 0;
|
||||||
|
$now = dol_now();
|
||||||
|
|
||||||
// Clean parameters
|
// Clean parameters
|
||||||
if (isset($this->fk_pcg_version))
|
if (isset($this->fk_pcg_version))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user