civicrm-core.git
9 years agoCode cleanup
Sudha Bisht [Tue, 16 Jun 2015 06:13:07 +0000 (11:43 +0530)]
Code cleanup

9 years agoFix api.File.delete to actually delete the file
Olaf Buddenhagen [Wed, 6 May 2015 06:31:44 +0000 (08:31 +0200)]
Fix api.File.delete to actually delete the file

The previous implementation used entityFile and File DAOs to remove the
DB entries, but didn't remove the actual file.

Use CRM_Core_BAO_File::deleteEntityFile() instead -- which is not only
much simpler, but also appears to actually Do The Right Thing (TM)...

9 years agoMerge pull request #5768 from eileenmcnaughton/lola
Kurund Jalmi [Wed, 6 May 2015 04:42:59 +0000 (00:42 -0400)]
Merge pull request #5768 from eileenmcnaughton/lola

CRM-16386 - Minor code cleanup: Undefined and unused variables.

9 years agoCRM-16386 - Minor code cleanup: Undefined and unused variables.
Lola Slade [Sun, 26 Apr 2015 19:50:06 +0000 (13:50 -0600)]
CRM-16386 - Minor code cleanup: Undefined and unused variables.

9 years agoMerge pull request #5759 from rohankatkar/CRM-16438
Kurund Jalmi [Tue, 5 May 2015 03:18:28 +0000 (23:18 -0400)]
Merge pull request #5759 from rohankatkar/CRM-16438

Fix for CRM-16438 participantListCount report filter by event_start_date fails

9 years agoMerge pull request #5760 from sudhabisht/SMSissue
Kurund Jalmi [Tue, 5 May 2015 03:17:16 +0000 (23:17 -0400)]
Merge pull request #5760 from sudhabisht/SMSissue

Fix for sms action

9 years agoMerge pull request #5750 from onlyjob/spell
Eileen McNaughton [Tue, 5 May 2015 02:10:54 +0000 (14:10 +1200)]
Merge pull request #5750 from onlyjob/spell

multiple spelling corrections

9 years agoMerge pull request #5756 from eileenmcnaughton/master
Eileen McNaughton [Tue, 5 May 2015 01:01:19 +0000 (13:01 +1200)]
Merge pull request #5756 from eileenmcnaughton/master

Master

9 years agowhitespace only
Eileen McNaughton [Mon, 4 May 2015 20:49:42 +0000 (08:49 +1200)]
whitespace only

9 years agowhitespace fixes
Eileen McNaughton [Mon, 4 May 2015 20:43:51 +0000 (08:43 +1200)]
whitespace fixes

9 years agoCRM-16357 Contribution form it turns out this bit of code does nothing & custom field...
Eileen McNaughton [Mon, 4 May 2015 20:41:50 +0000 (08:41 +1200)]
CRM-16357 Contribution form it turns out this bit of code does nothing & custom field management is elsewhere

9 years agoFix for sms action
Sudha Bisht [Mon, 4 May 2015 13:11:40 +0000 (18:41 +0530)]
Fix for sms action

9 years agoFix for CRM-16438 participantListCount report filter by event_start_date fails
Web Access [Mon, 4 May 2015 12:36:09 +0000 (18:06 +0530)]
Fix for CRM-16438 participantListCount report filter by event_start_date fails

9 years agoCRM-16357 Contribution form - moving towards extracting form variables earlier in...
Eileen McNaughton [Mon, 4 May 2015 12:15:38 +0000 (00:15 +1200)]
CRM-16357 Contribution form - moving towards extracting form variables earlier in the process

9 years agoCRM-16357 Contribution form - moving towards extracting form variables earlier in...
Eileen McNaughton [Mon, 4 May 2015 12:14:17 +0000 (00:14 +1200)]
CRM-16357 Contribution form - moving towards extracting form variables earlier in the process

9 years agoCRM-16357 Contribution form - put calculateion of nondeductible amount into separate...
Eileen McNaughton [Mon, 4 May 2015 11:56:50 +0000 (23:56 +1200)]
CRM-16357 Contribution form - put calculateion of nondeductible amount into separate function for clarity

9 years agoCRM-16357 (Back office contribution page) don't take ignored parameter as a reference
Eileen McNaughton [Mon, 4 May 2015 11:38:11 +0000 (23:38 +1200)]
CRM-16357 (Back office contribution page) don't take ignored parameter as a reference

9 years agoCRM-16357 (Back office contribution page) - it turns out the 3 lines here generate...
Eileen McNaughton [Mon, 4 May 2015 11:37:28 +0000 (23:37 +1200)]
CRM-16357 (Back office contribution page) - it turns out the 3 lines here generate a parameter to pass to a function that ignore it, skip

9 years agoCRM-16357 (Backoffice contribution Form) reducing dependence on in processCreditCard
Eileen McNaughton [Mon, 4 May 2015 09:28:28 +0000 (21:28 +1200)]
CRM-16357 (Backoffice contribution Form) reducing dependence on  in processCreditCard

9 years agoCRM-16357 (Backoffice contribution Form) remove assumptions about type, declaration...
Eileen McNaughton [Mon, 4 May 2015 09:08:36 +0000 (21:08 +1200)]
CRM-16357 (Backoffice contribution Form) remove assumptions about type, declaration of fields is the way to go

9 years agoCRM-16357 (Backoffice contribution Form) enotice fix
Eileen McNaughton [Mon, 4 May 2015 08:57:10 +0000 (20:57 +1200)]
CRM-16357 (Backoffice contribution Form) enotice fix

9 years agoCRM-16357 (Backoffice contribution Form) enotice fix on contribution_status_id &...
Eileen McNaughton [Mon, 4 May 2015 08:51:41 +0000 (20:51 +1200)]
CRM-16357 (Backoffice contribution Form) enotice fix on contribution_status_id & fix on expiry date

9 years agoCRM-16357 (Backoffice contribution Form) minor refactors
Eileen McNaughton [Mon, 4 May 2015 08:18:01 +0000 (20:18 +1200)]
CRM-16357 (Backoffice contribution Form) minor refactors

9 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-05-03-23-41-12
kurund [Mon, 4 May 2015 03:48:13 +0000 (23:48 -0400)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-05-03-23-41-12

Conflicts:
CRM/Report/Form/Contribute/TopDonor.php

9 years agoMerge pull request #5754 from eileenmcnaughton/CRM-16367
Eileen McNaughton [Mon, 4 May 2015 02:54:27 +0000 (14:54 +1200)]
Merge pull request #5754 from eileenmcnaughton/CRM-16367

Crm 16367

9 years agoCRM-16367 Contribution Product schema - add titles
Eileen McNaughton [Mon, 4 May 2015 00:35:57 +0000 (12:35 +1200)]
CRM-16367 Contribution Product schema - add titles
Now we have an API for this syntax conformance test enforces adding titles

9 years agoCorrections as per colemanw's review.
Dmitry Smirnov [Sun, 3 May 2015 04:19:24 +0000 (14:19 +1000)]
Corrections as per colemanw's review.

9 years agoCRM-16367 phpcs fixes
Eileen McNaughton [Sun, 3 May 2015 20:02:25 +0000 (08:02 +1200)]
CRM-16367 phpcs fixes

9 years agoCRM-16367 (Backoffice Contribution Form) extract calculation of non-deductible amount
Eileen McNaughton [Sun, 3 May 2015 11:53:39 +0000 (23:53 +1200)]
CRM-16367 (Backoffice Contribution Form) extract calculation of non-deductible amount

9 years agoCRM-16367 (Backoffice Contribution Form) further fix on premium
Eileen McNaughton [Sun, 3 May 2015 11:52:57 +0000 (23:52 +1200)]
CRM-16367 (Backoffice Contribution Form) further fix on premium

9 years agoCRM-16367 (Backoffice Contribution Form) centralisation & testing of setting premium...
Eileen McNaughton [Sun, 3 May 2015 11:50:06 +0000 (23:50 +1200)]
CRM-16367 (Backoffice Contribution Form) centralisation & testing of setting premium & note

9 years agoCRM-16367 (Backoffice Contribution Form) consolidate premium processing to one place
Eileen McNaughton [Sun, 3 May 2015 11:13:14 +0000 (23:13 +1200)]
CRM-16367 (Backoffice Contribution Form) consolidate premium processing to one place

9 years agoCRM-16367 (Backoffice contribution page) get premium code email under unit test
Eileen McNaughton [Sun, 3 May 2015 10:05:03 +0000 (22:05 +1200)]
CRM-16367 (Backoffice contribution page) get premium code email under unit test

9 years agoCRM-16367 (Backoffice contribution page) get premium code under unit test
Eileen McNaughton [Sun, 3 May 2015 09:12:09 +0000 (21:12 +1200)]
CRM-16367 (Backoffice contribution page) get premium code under unit test

9 years agoCRM-16367 (Backoffice Contribution Form) remove pointless check & add comment
Eileen McNaughton [Sun, 3 May 2015 08:47:35 +0000 (20:47 +1200)]
CRM-16367 (Backoffice Contribution Form) remove pointless check & add comment

9 years agoCRM-16367 (api-contribution_product & product) add contribution product api and make...
Eileen McNaughton [Sun, 3 May 2015 08:31:49 +0000 (20:31 +1200)]
CRM-16367 (api-contribution_product & product) add contribution product api and make active api default on product

9 years agoCRM-16367 (Backoffice Contribution Form) refactor set-message towards removing duplic...
Eileen McNaughton [Sun, 3 May 2015 04:10:03 +0000 (16:10 +1200)]
CRM-16367 (Backoffice Contribution Form) refactor set-message towards removing duplication in with credit card vs without

9 years agoPremium refactor, remove & from param that is not changed in processPremium
Eileen McNaughton [Sun, 3 May 2015 04:08:47 +0000 (16:08 +1200)]
Premium refactor, remove & from param that is not changed in processPremium

9 years agoCRM-16367 (Backoffice Contribution Form) move invoicing code to a separate function
Eileen McNaughton [Sun, 3 May 2015 03:39:57 +0000 (15:39 +1200)]
CRM-16367 (Backoffice Contribution Form) move invoicing code to a separate function

9 years agoCRM-16367 (Contribution form refactor) rename contribution type to financial type
Eileen McNaughton [Sun, 3 May 2015 03:28:16 +0000 (15:28 +1200)]
CRM-16367 (Contribution form refactor) rename contribution type to financial type

9 years agoMerge pull request #5695 from mlutfy/46-crm16359
Eileen McNaughton [Sun, 3 May 2015 03:20:52 +0000 (15:20 +1200)]
Merge pull request #5695 from mlutfy/46-crm16359

CRM-16359: Report templates title/description translation.

9 years agoMerge pull request #5748 from eileenmcnaughton/CRM-16367
Eileen McNaughton [Sun, 3 May 2015 01:23:26 +0000 (13:23 +1200)]
Merge pull request #5748 from eileenmcnaughton/CRM-16367

CRM-16367 (back office contribution form) refactor pledge update out of form

9 years agoRemove attempt to supress warnings on unused parameter as not sure how to get it...
Eileen McNaughton [Sat, 2 May 2015 22:47:18 +0000 (10:47 +1200)]
Remove attempt to supress warnings on unused parameter as not sure how to get it past phpcs

9 years agoMerge pull request #5717 from mallezie/extra-space-eventfee-template
Eileen McNaughton [Sat, 2 May 2015 09:03:14 +0000 (21:03 +1200)]
Merge pull request #5717 from mallezie/extra-space-eventfee-template

remove extra space, causes netbeans smarty syntax to highlight error of ...

9 years agocodespell: remaining files
Dmitry Smirnov [Sat, 2 May 2015 06:00:57 +0000 (16:00 +1000)]
codespell: remaining files

9 years agocodespell: CRM/*
Dmitry Smirnov [Sat, 2 May 2015 05:48:32 +0000 (15:48 +1000)]
codespell: CRM/*

9 years agoformatting fixes
Eileen McNaughton [Sat, 2 May 2015 04:53:18 +0000 (16:53 +1200)]
formatting fixes

9 years agoMerge pull request #5738 from eileenmcnaughton/CRM-16367
Eileen McNaughton [Fri, 1 May 2015 20:23:13 +0000 (08:23 +1200)]
Merge pull request #5738 from eileenmcnaughton/CRM-16367

CRM-16367 Back office contribution form refactor - move pledge update into separate function

9 years agoMerge pull request #5743 from sudhabisht/PledgeIssue
Kurund Jalmi [Fri, 1 May 2015 19:32:35 +0000 (15:32 -0400)]
Merge pull request #5743 from sudhabisht/PledgeIssue

Changes in Summary Report shows incorrect date for Overdue payments

9 years agoCRM-16367 (back office contribution form) further refactor around reducing code dupli...
Eileen McNaughton [Fri, 1 May 2015 18:17:54 +0000 (12:17 -0600)]
CRM-16367 (back office contribution form) further refactor around reducing code duplication on pledges

9 years agoCRM-16367 (back office contribution form) move refactored pledge update function...
Eileen McNaughton [Fri, 1 May 2015 17:42:49 +0000 (11:42 -0600)]
CRM-16367 (back office contribution form) move refactored pledge update function out of contribution form to BAO

9 years agoCRM-16367 (back office contribution form) refactor pledge update out of contribution...
Eileen McNaughton [Fri, 1 May 2015 17:39:42 +0000 (11:39 -0600)]
CRM-16367 (back office contribution form) refactor pledge update out of contribution form to BAO

9 years agoMerge pull request #5739 from onlyjob/license
colemanw [Fri, 1 May 2015 17:35:03 +0000 (12:35 -0500)]
Merge pull request #5739 from onlyjob/license

install/index.php: replaced dead license link with the text of the license

9 years agoMerge pull request #5746 from colemanw/CRM-16333
colemanw [Fri, 1 May 2015 17:23:56 +0000 (12:23 -0500)]
Merge pull request #5746 from colemanw/CRM-16333

CRM-16333 - explodePadded should return an empty array from an empty string

9 years agowhitespace fixes
Eileen McNaughton [Thu, 30 Apr 2015 21:20:30 +0000 (15:20 -0600)]
whitespace fixes

9 years agoMerge pull request #5727 from sudhabisht/4.6
Kurund Jalmi [Thu, 30 Apr 2015 14:26:56 +0000 (08:26 -0600)]
Merge pull request #5727 from sudhabisht/4.6

Fix for contribution api filter

9 years agoCRM-16333 - explodePadded should return an empty array from an empty string
Coleman Watts [Thu, 30 Apr 2015 14:15:57 +0000 (08:15 -0600)]
CRM-16333 - explodePadded should return an empty array from an empty string

9 years agoMerge pull request #5716 from jitendrapurohit/CRM-15716_4.6
Monish Deb [Thu, 30 Apr 2015 13:10:15 +0000 (18:40 +0530)]
Merge pull request #5716 from jitendrapurohit/CRM-15716_4.6

fix for CRM-15716 Include missing contact fields in (constituent) report...

9 years agoChanges in Report shows incorrect date for Overdue payments
Sudha Bisht [Thu, 30 Apr 2015 10:09:46 +0000 (15:39 +0530)]
Changes in Report shows incorrect date for Overdue payments

9 years agoCRM-16367 (Back office contribution page) refactor pledge update into a separate...
Eileen McNaughton [Thu, 30 Apr 2015 03:32:57 +0000 (21:32 -0600)]
CRM-16367 (Back office contribution page) refactor pledge update into a separate function (another var)

9 years agoMerge pull request #5740 from agh1/font-awesome2
colemanw [Thu, 30 Apr 2015 03:26:41 +0000 (21:26 -0600)]
Merge pull request #5740 from agh1/font-awesome2

CRM-16415 add Font Awesome to bower.json

9 years agoCRM-16415 add Font Awesome to bower.json
Andrew Hunt [Thu, 30 Apr 2015 03:18:47 +0000 (23:18 -0400)]
CRM-16415 add Font Awesome to bower.json

----------------------------------------
* CRM-16415: Implement Font Awesome icon font
  https://issues.civicrm.org/jira/browse/CRM-16415

9 years agoCRM-16415 add Font Awesome to bower.json
Andrew Hunt [Thu, 30 Apr 2015 03:18:47 +0000 (23:18 -0400)]
CRM-16415 add Font Awesome to bower.json

----------------------------------------
* CRM-16415: Implement Font Awesome icon font
  https://issues.civicrm.org/jira/browse/CRM-16415

9 years agoinstall/index.php: replaced dead license link with the text of the license
Dmitry Smirnov [Thu, 30 Apr 2015 03:09:32 +0000 (13:09 +1000)]
install/index.php: replaced dead license link with the text of the license

 * Original URL no longer exist. Text of the license retrieved from
   archive.org:

    https://web.archive.org/web/20080701084318/http://www.silverstripe.com/licensing/

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
9 years agoMerge pull request #5737 from colemanw/CRM-16423
colemanw [Thu, 30 Apr 2015 02:54:57 +0000 (20:54 -0600)]
Merge pull request #5737 from colemanw/CRM-16423

CRM-16423 - Remove unused js files

9 years agoCRM-16423 - Remove unused jquery-fieldselection.js
Coleman Watts [Thu, 30 Apr 2015 02:49:07 +0000 (20:49 -0600)]
CRM-16423 - Remove unused jquery-fieldselection.js

9 years agoCRM-16367 (Back office contribution page) refactor pledge update into a separate...
Eileen McNaughton [Thu, 30 Apr 2015 02:48:31 +0000 (20:48 -0600)]
CRM-16367 (Back office contribution page) refactor pledge update into a separate function

9 years agoCRM-16423 - Remove unused crmasmselect.js
Coleman Watts [Thu, 30 Apr 2015 02:45:36 +0000 (20:45 -0600)]
CRM-16423 - Remove unused crmasmselect.js

9 years agoCRM-16423 - Remove textarearesizer.js
Coleman Watts [Thu, 30 Apr 2015 02:44:27 +0000 (20:44 -0600)]
CRM-16423 - Remove textarearesizer.js

9 years agoCRM-16367 (backoffice Contribution page) testability refactoring
Eileen McNaughton [Thu, 30 Apr 2015 02:42:07 +0000 (20:42 -0600)]
CRM-16367 (backoffice Contribution page) testability refactoring

9 years agoMerge pull request #5731 from mallezie/groupcontact-addfield
colemanw [Thu, 30 Apr 2015 02:40:42 +0000 (20:40 -0600)]
Merge pull request #5731 from mallezie/groupcontact-addfield

use addField in CRM_Contact_Form_GroupContact CRM-16178

9 years agoMerge pull request #5730 from mallezie/domain-addfield
colemanw [Thu, 30 Apr 2015 02:40:06 +0000 (20:40 -0600)]
Merge pull request #5730 from mallezie/domain-addfield

Use addField in contact_form_domain CRM-16178

9 years agoMerge pull request #5734 from samuelsov/CRM-15375
colemanw [Thu, 30 Apr 2015 02:38:43 +0000 (20:38 -0600)]
Merge pull request #5734 from samuelsov/CRM-15375

CRM-15375 - make the setup create metadata for I18n - used in the popup

9 years agoCRM-16367 refactor core_form action property out of post_process params
Eileen McNaughton [Thu, 30 Apr 2015 02:10:48 +0000 (20:10 -0600)]
CRM-16367 refactor core_form action property out of post_process params

9 years agoCRM-16354 - Lookup wysiwyg by name not label
Coleman Watts [Thu, 30 Apr 2015 01:57:18 +0000 (19:57 -0600)]
CRM-16354 - Lookup wysiwyg by name not label

9 years agoCRM-16354 - Use standard crm-form css class for wysiwyg
Coleman Watts [Thu, 30 Apr 2015 01:42:15 +0000 (19:42 -0600)]
CRM-16354 - Use standard crm-form css class for wysiwyg

9 years agoCRM-15375 - cleaning the code
Samuel Vanhove [Wed, 29 Apr 2015 23:17:51 +0000 (19:17 -0400)]
CRM-15375 - cleaning the code

9 years agoCRM-15375 - small mistake when concatenating the class
Samuel Vanhove [Wed, 29 Apr 2015 22:44:31 +0000 (18:44 -0400)]
CRM-15375 - small mistake when concatenating the class

9 years agoMerge pull request #5687 from relldoesphp/ckeditor_fix
colemanw [Wed, 29 Apr 2015 22:08:09 +0000 (16:08 -0600)]
Merge pull request #5687 from relldoesphp/ckeditor_fix

CRM-16354 Upgrade CkEditor

9 years agoCRM-16354 - Upgrade code for wysiwyg changes
Coleman Watts [Wed, 29 Apr 2015 17:41:41 +0000 (11:41 -0600)]
CRM-16354 - Upgrade code for wysiwyg changes

9 years agoCRM-16354 - Remove cms wysiwyg from core
Coleman Watts [Wed, 29 Apr 2015 17:08:34 +0000 (11:08 -0600)]
CRM-16354 - Remove cms wysiwyg from core

9 years agoCheckstyle problem
Samuel Vanhove [Wed, 29 Apr 2015 21:55:59 +0000 (17:55 -0400)]
Checkstyle problem

9 years agoWysiwyg API change + typos
Samuel Vanhove [Wed, 29 Apr 2015 21:52:02 +0000 (17:52 -0400)]
Wysiwyg API change + typos

9 years agoCRM-15375 - make the setup create metadata for I18n that can be used in the popup
Samuel Vanhove [Wed, 29 Apr 2015 21:09:12 +0000 (17:09 -0400)]
CRM-15375 - make the setup create metadata for I18n that can be used in the popup

9 years agouse addField in CRM_Contact_Form_GroupContact CRM-16178
Tim Mallezie [Wed, 29 Apr 2015 16:10:48 +0000 (18:10 +0200)]
use addField in CRM_Contact_Form_GroupContact CRM-16178

9 years agoMerge pull request #5512 from mallezie/notes-addTextarea-16178
colemanw [Wed, 29 Apr 2015 16:01:31 +0000 (10:01 -0600)]
Merge pull request #5512 from mallezie/notes-addTextarea-16178

add textarea, and convert note

9 years agoUse addField in contact_form_domain CRM-16178
Tim Mallezie [Wed, 29 Apr 2015 15:52:27 +0000 (17:52 +0200)]
Use addField in contact_form_domain CRM-16178

9 years agoFix for contribution api filter
Sudha Bisht [Wed, 29 Apr 2015 11:28:59 +0000 (16:58 +0530)]
Fix for contribution api filter

9 years agoCRM-16354 - Replace-plain fix
Coleman Watts [Wed, 29 Apr 2015 05:10:23 +0000 (23:10 -0600)]
CRM-16354 - Replace-plain fix

9 years agoCRM-16354 - Migrate forms to new wysiwyg code
Coleman Watts [Wed, 29 Apr 2015 04:47:56 +0000 (22:47 -0600)]
CRM-16354 - Migrate forms to new wysiwyg code

9 years agoCRM-16354 - Remove old wysiwyg code
Coleman Watts [Wed, 29 Apr 2015 04:29:50 +0000 (22:29 -0600)]
CRM-16354 - Remove old wysiwyg code

9 years agoMerge pull request #5723 from civicrm/4.6
colemanw [Wed, 29 Apr 2015 02:28:04 +0000 (20:28 -0600)]
Merge pull request #5723 from civicrm/4.6

Merge branch 4.6 into master

9 years agoUpdate version.xml
Kurund Jalmi [Tue, 28 Apr 2015 23:52:23 +0000 (17:52 -0600)]
Update version.xml

9 years agoMerge pull request #5647 from kurund/CRM-15629
Kurund Jalmi [Tue, 28 Apr 2015 23:19:24 +0000 (17:19 -0600)]
Merge pull request #5647 from kurund/CRM-15629

CRM-15629, during exten/ipn calls we don't bootstrap hence some constants ...

9 years agoremove wysiwyg options on upgrade
Tyrell Cook [Tue, 28 Apr 2015 22:46:30 +0000 (18:46 -0400)]
remove wysiwyg options on upgrade

9 years agoremoved other editors on install
Tyrell Cook [Tue, 28 Apr 2015 22:44:41 +0000 (18:44 -0400)]
removed other editors on install

9 years agoMerge pull request #5708 from atif-shaikh/CRM-16319
Monish Deb [Tue, 28 Apr 2015 13:09:51 +0000 (18:39 +0530)]
Merge pull request #5708 from atif-shaikh/CRM-16319

CRM-16319 - CiviEvent Registration Invoice Fatal Error

9 years agoMerge pull request #5677 from atif-shaikh/CRM-16300Regression
Monish Deb [Tue, 28 Apr 2015 13:08:03 +0000 (18:38 +0530)]
Merge pull request #5677 from atif-shaikh/CRM-16300Regression

CRM-16300 fixed regression which caused webtest to break

9 years agoMerge pull request #5711 from jitendrapurohit/CRM-16300QA
Monish Deb [Tue, 28 Apr 2015 13:07:57 +0000 (18:37 +0530)]
Merge pull request #5711 from jitendrapurohit/CRM-16300QA

Set message after updating Relationship

9 years agofield fix for contact_type and contact_subtype
jitendrapurohit [Tue, 28 Apr 2015 11:17:49 +0000 (16:47 +0530)]
field fix for contact_type and contact_subtype