Works on canvas integration in third party module
This commit is contained in:
parent
2ea124d32e
commit
4060b73420
@ -1956,10 +1956,10 @@ else
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$soc->id = $socid;
|
$soc->id = $socid;
|
||||||
$result=$soc->fetch($socid);
|
$result=$soccanvas->fetch($socid);
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
dol_print_error($db,$soc->error);
|
dol_print_error($db,$soccanvas->error);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user