Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Do
-
Affects Version/s: HR-1.0
-
Fix Version/s: HR-1.0
-
Component/s: None
-
Labels:None
Description
When the extension "org.civicrm.hrui" is installed, the normal "Employer" and "Job Title" fields should not appear on the "View Contact" screen.
Aside: Not sure if you have a better idea, but this might be accomplished by adding some CSS? e.g.
function hrui_civicrm_pageRun()
{ ... CRM_Core_Resources::singleton()->addStyleFile('org.civicrm.hrui', 'hrui.css'); ... }