~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to lib/eventum/class.display_column.php

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
        $current_role = Auth::getCurrentRole();
63
63
        $data = self::getSelectedColumns($prj_id, $page);
64
 
        $has_customer_integration = Customer::hasCustomerIntegration($prj_id);
 
64
        $has_customer_integration = CRM::hasCustomerIntegration($prj_id);
65
65
        $only_with_customers = array('iss_customer_id', 'support_level');
66
66
 
67
67
        // remove groups if there are no groups in the system.