Update hookmanager.class.php
This commit is contained in:
parent
ec45afb05f
commit
c3425919c2
@ -166,32 +166,32 @@ class HookManager
|
||||
// TODO Remove hooks with type 'output' (exemple createFrom). All hooks must be converted into 'addreplace' hooks.
|
||||
if (in_array($method, array(
|
||||
'createFrom',
|
||||
'dashboardMembers',
|
||||
'dashboardEmailings',
|
||||
'dashboardPropals',
|
||||
'dashboardPropals',
|
||||
'dashboardCommercials',
|
||||
'dashboardOrders',
|
||||
'dashboardSpecialBills',
|
||||
'dashboardAccountancy',
|
||||
'dashboardActivities',
|
||||
'dashboardCommercials',
|
||||
'dashboardContracts',
|
||||
'dashboardDonation',
|
||||
'dashboardWarehouseSendings',
|
||||
'dashboardEmailings',
|
||||
'dashboardExpenseReport',
|
||||
'dashboardInterventions',
|
||||
'dashboardOrdersSuppliers',
|
||||
'dashboardHRM',
|
||||
'dashboardInterventions',
|
||||
'dashboardMRP',
|
||||
'dashboardMembers',
|
||||
'dashboardOpensurvey',
|
||||
'dashboardWarehouse',
|
||||
'dashboardOrders',
|
||||
'dashboardOrdersSuppliers',
|
||||
'dashboardProductServices',
|
||||
'dashboardActivities',
|
||||
'dashboardProjects',
|
||||
'dashboardWarehouseReceptions',
|
||||
'dashboardThirdparties',
|
||||
'dashboardPropals',
|
||||
'dashboardPropals',
|
||||
'dashboardSpecialBills',
|
||||
'dashboardSupplierProposal',
|
||||
'dashboardThirdparties',
|
||||
'dashboardTickets',
|
||||
'dashboardUsersGroups',
|
||||
'dashboardWarehouse',
|
||||
'dashboardWarehouseReceptions',
|
||||
'dashboardWarehouseSendings',
|
||||
'insertExtraHeader',
|
||||
'insertExtraFooter',
|
||||
'printLeftBlock',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user