For STRICT, we create an empty object before using it
This commit is contained in:
parent
9c8cc32658
commit
49deaa4fc2
1 changed files with 2 additions and 0 deletions
|
|
@ -520,6 +520,7 @@ class Acc_Misc extends Acc_Detail
|
|||
function __construct($p_cn,$p_jrid=0) {
|
||||
parent::__construct($p_cn,$p_jrid);
|
||||
$this->signature='ODS';
|
||||
$this->det=new stdClass();
|
||||
}
|
||||
function get() {
|
||||
parent::get();
|
||||
|
|
@ -541,6 +542,7 @@ class Acc_Sold extends Acc_Detail
|
|||
function __construct($p_cn,$p_jrid=0) {
|
||||
parent::__construct($p_cn,$p_jrid);
|
||||
$this->signature='VEN';
|
||||
$this->det=new stdClass();
|
||||
}
|
||||
function get() {
|
||||
parent::get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue