Update card.php
This commit is contained in:
parent
6cb97b1346
commit
37338f9a60
@ -57,7 +57,7 @@ $actioncode = GETPOST('actioncode');
|
|||||||
$fk_user = GETPOST('userid', 'int');
|
$fk_user = GETPOST('userid', 'int');
|
||||||
|
|
||||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||||
$hookmanager->initHooks(array('propalcard', 'globalcard'));
|
$hookmanager->initHooks(array('taxcard', 'globalcard'));
|
||||||
|
|
||||||
$object = new ChargeSociales($db);
|
$object = new ChargeSociales($db);
|
||||||
if ($id > 0) {
|
if ($id > 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user