Skip to content

Instantly share code, notes, and snippets.

@hatimalam
Last active August 2, 2017 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatimalam/1e16af4fc1bd3936b68b to your computer and use it in GitHub Desktop.
Save hatimalam/1e16af4fc1bd3936b68b to your computer and use it in GitHub Desktop.
<?php
$hook_version = 1;
$hook_array = array();
$hook_array['before_save'] = array();
$hook_array['before_save'][] = array(
1,
'Check discount percentage on opp save',
'custom/modules/Opportunities/customLogicHooks.php',
'CheckOppDiscount',
'check_opp_discount'
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment