Skip to content

Instantly share code, notes, and snippets.

@jwhitcraft
Created January 31, 2012 13:42
Show Gist options
  • Save jwhitcraft/1710551 to your computer and use it in GitHub Desktop.
Save jwhitcraft/1710551 to your computer and use it in GitHub Desktop.
<?php
class CustomOpportunitiesViewDetail extends OpportunitesViewDetail {
/**
* Overwrite the code to display the subpanels
*/
protected function _displaySubPanels()
{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment