From 36dfa75aa89c80ab83c2d147916b2a3b68aebf45 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 27 Jul 2015 14:45:23 -0700 Subject: [PATCH] CRM-16130 - Fix Current Employer title in Contact.xml. ---------------------------------------- * CRM-16130: Create CRM_Core_Form::addField method https://issues.civicrm.org/jira/browse/CRM-16130 --- xml/schema/Contact/Contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 4cddbcf7af..9383bfb9f8 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -798,7 +798,7 @@ employer_id - Current Employer ID + Current Employer current_employer_id int unsigned OPTIONAL FK to civicrm_contact record. -- 2.25.1