Skip to content

Commit

Permalink
add missing hook in propal and invoice (contact and document)
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Aug 1, 2024
1 parent f2683e1 commit ba093b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/comm/propal/document.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
if (!empty($user->socid)) {
$socid = $user->socid;
}

$hookmanager->initHooks(array('propaldocument', 'globalcard'));
restrictedArea($user, 'propal', $object->id);

Expand Down

0 comments on commit ba093b7

Please sign in to comment.