Skip to content
Snippets Groups Projects
Commit 1ee4b221 authored by Regis Houssin's avatar Regis Houssin
Browse files

Works on canvas integration in third party module

parent 55357f73
Branches
Tags
No related merge requests found
......@@ -59,6 +59,14 @@ class CardDefault extends CardCommon
return $out;
}
/**
* Assigne les valeurs POST dans l'objet
*/
function assign_post()
{
parent::assign_post();
}
/**
* Load data control
*/
......
......@@ -59,6 +59,14 @@ class CardIndividual extends CardCommon
return $out;
}
/**
* Assigne les valeurs POST dans l'objet
*/
function assign_post()
{
parent::assign_post();
}
/**
* Load data control
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment