~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/manage/field_display.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:
56
56
$fields = Project::getDisplayFields();
57
57
 
58
58
$excluded_roles = array("viewer");
59
 
if (!Customer::hasCustomerIntegration($prj_id)) {
 
59
if (!CRM::hasCustomerIntegration($prj_id)) {
60
60
    $excluded_roles[] = "customer";
61
61
}
62
62
$user_roles = User::getRoles($excluded_roles);