Works on canvas integration in third party module
This commit is contained in:
parent
2921fc4f44
commit
33f996a039
@ -535,7 +535,7 @@ class CardCommon
|
|||||||
}
|
}
|
||||||
|
|
||||||
$oldsoccanvas = new Canvas($this->db);
|
$oldsoccanvas = new Canvas($this->db);
|
||||||
$oldsoccanvas->getCanvas('card',$this->canvas);
|
$oldsoccanvas->getCanvas('thirparty','card',$this->canvas);
|
||||||
$result=$oldsoccanvas->fetch($socid);
|
$result=$oldsoccanvas->fetch($socid);
|
||||||
|
|
||||||
// To not set code if third party is not concerned. But if it had values, we keep them.
|
// To not set code if third party is not concerned. But if it had values, we keep them.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user