Works on canvas integration in third party module

This commit is contained in:
Regis Houssin 2010-09-05 13:38:34 +00:00
parent 2921fc4f44
commit 33f996a039

View File

@ -535,7 +535,7 @@ class CardCommon
}
$oldsoccanvas = new Canvas($this->db);
$oldsoccanvas->getCanvas('card',$this->canvas);
$oldsoccanvas->getCanvas('thirparty','card',$this->canvas);
$result=$oldsoccanvas->fetch($socid);
// To not set code if third party is not concerned. But if it had values, we keep them.