~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/manage/custom_fields.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:
69
69
}
70
70
 
71
71
$excluded_roles = array();
72
 
if (!Customer::hasCustomerIntegration(Auth::getCurrentProject())) {
 
72
if (!CRM::hasCustomerIntegration(Auth::getCurrentProject())) {
73
73
    $excluded_roles[] = "customer";
74
74
}
75
75
$user_roles = User::getRoles($excluded_roles);