Skip to content

Commit

Permalink
Update customeredit.php
Browse files Browse the repository at this point in the history
Added new hook after update customer contacts
  • Loading branch information
rafaliex authored Feb 19, 2023
1 parent c95c7e4 commit ab8814c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/customeredit.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,14 @@
}
}
$DB->CommitTrans();


$hook_data = $LMS->executeHook(
'customeredit_after_updatecontacts_submit',
array(
'customerdata' => $customerdata,
)
);

$SESSION->remove_history_entry();
$SESSION->redirect($backurl);
Expand Down

0 comments on commit ab8814c

Please sign in to comment.