civicrm-core.git
9 years agoCRM-15403 fix - Large Batch Data Entry allows multiple submits causing duplicate...
monishdeb [Wed, 8 Apr 2015 07:22:41 +0000 (12:52 +0530)]
CRM-15403 fix - Large Batch Data Entry allows multiple submits causing duplicate transactions

https://issues.civicrm.org/jira/browse/CRM-15403

9 years agoMerge pull request #5592 from JKingsnorth/CRM-16256
colemanw [Thu, 9 Apr 2015 14:37:09 +0000 (10:37 -0400)]
Merge pull request #5592 from JKingsnorth/CRM-16256

CRM-16256: Skip empty fields on dedupe

9 years agoMerge pull request #5596 from pratikshad/webtest2
Kurund Jalmi [Thu, 9 Apr 2015 13:32:04 +0000 (19:02 +0530)]
Merge pull request #5596 from pratikshad/webtest2

Fixed webtest for civi-4.6

9 years agoMerge pull request #5599 from jitendrapurohit/CRM-15735webtest
Kurund Jalmi [Thu, 9 Apr 2015 13:30:46 +0000 (19:00 +0530)]
Merge pull request #5599 from jitendrapurohit/CRM-15735webtest

webtest to verify membership dates as per the contribution receive_date

9 years agowebtest to verify membership dates as per the contribution receive_date
jitendrapurohit [Thu, 9 Apr 2015 11:19:03 +0000 (16:49 +0530)]
webtest to verify membership dates as per the contribution receive_date

9 years agoFixed webtest for civi-4.6
pratikshad [Thu, 9 Apr 2015 09:32:54 +0000 (15:02 +0530)]
Fixed webtest for civi-4.6

9 years agoMerge pull request #5591 from jitendrapurohit/CRM-15735
Kurund Jalmi [Thu, 9 Apr 2015 09:29:46 +0000 (14:59 +0530)]
Merge pull request #5591 from jitendrapurohit/CRM-15735

update the membership dates as per contribution receive_date

9 years agoMerge pull request #5595 from totten/4.6-agg-fixes
Tim Otten [Thu, 9 Apr 2015 06:37:23 +0000 (23:37 -0700)]
Merge pull request #5595 from totten/4.6-agg-fixes

CRM-16145 - Angular aggregation fixes

9 years agoMerge pull request #5547 from pratikshad/webtest1
Monish Deb [Thu, 9 Apr 2015 06:01:19 +0000 (11:31 +0530)]
Merge pull request #5547 from pratikshad/webtest1

Fixed webtest for civi-4.6

9 years agoCRM-16246, CRM-16145 - When aggregating JS, strip full-line "//" comments.
Tim Otten [Thu, 9 Apr 2015 05:28:53 +0000 (22:28 -0700)]
CRM-16246, CRM-16145 - When aggregating JS, strip full-line "//" comments.

In discussion of CRM-16246, we found that aggregation led to errors in
processing "//# sourceMappingURL=" comments in Chrome.  We can't fix that
for all aggregators, but we can do something about the internal aggregator.

9 years agoCRM-16145 - When aggregating JS, dedupe adjacent closures.
Tim Otten [Thu, 9 Apr 2015 04:20:04 +0000 (21:20 -0700)]
CRM-16145 - When aggregating JS, dedupe adjacent closures.

The reorganized Angular files have added ~50 identical closures, and there
are still other big modules which remain to split.  Ideally, the raw JS
files wouldn't bother with these closures, but we'd have to rework the debug
use-case and karma use-case if we removed the closures from the original
file (and that most likely means a change to developer workflow).  This
patch accomplishes the goal without changing developer workflow.

9 years agoCRM-16145 - Angular - Don't aggregate CSS files
Tim Otten [Thu, 9 Apr 2015 02:33:31 +0000 (19:33 -0700)]
CRM-16145 - Angular - Don't aggregate CSS files

The main pain-point is decomposing and then aggregating JS files. CSS files
are a smaller issue, and they have harsher requirements because CSS files
may include file-path-expressions (which need to be filtered during
aggregation).

9 years agoMerge pull request #5587 from totten/4.6-agg-cleanup
Tim Otten [Thu, 9 Apr 2015 04:43:12 +0000 (21:43 -0700)]
Merge pull request #5587 from totten/4.6-agg-cleanup

CRM-16145 - Cleanup Angular file structure

9 years agoMerge pull request #5594 from colemanw/CRM-16260
colemanw [Thu, 9 Apr 2015 00:23:43 +0000 (20:23 -0400)]
Merge pull request #5594 from colemanw/CRM-16260

CRM-16260 - Fix use of ts() within templates

9 years agoMerge pull request #5588 from jitendrapurohit/CRM-16175
Dave Greenberg [Wed, 8 Apr 2015 21:33:35 +0000 (14:33 -0700)]
Merge pull request #5588 from jitendrapurohit/CRM-16175

CRM-16175 - net amount sometimes incorrect for events involving partial payments.

9 years agoCRM-16260 - Fix use of ts() within templates
Coleman Watts [Wed, 8 Apr 2015 21:29:53 +0000 (17:29 -0400)]
CRM-16260 - Fix use of ts() within templates

9 years agoCRM-16256: Skip empty fields on dedupe
JKingsnorth [Wed, 8 Apr 2015 13:57:10 +0000 (14:57 +0100)]
CRM-16256: Skip empty fields on dedupe

9 years agoupdate the membership dates as per contribution receive_date
jitendrapurohit [Wed, 8 Apr 2015 13:01:06 +0000 (18:31 +0530)]
update the membership dates as per contribution receive_date

9 years agominor fixes
jitendrapurohit [Wed, 8 Apr 2015 12:53:03 +0000 (18:23 +0530)]
minor fixes

9 years agonet amount sometimes incorrect for events involving partial payments.
jitendrapurohit [Wed, 8 Apr 2015 06:37:11 +0000 (12:07 +0530)]
net amount sometimes incorrect for events involving partial payments.

9 years agoMerge pull request #5584 from rohankatkar/CRM-16228
Monish Deb [Wed, 8 Apr 2015 12:51:56 +0000 (18:21 +0530)]
Merge pull request #5584 from rohankatkar/CRM-16228

Tax INVOICE PDF randomly changes Tax Rate

9 years agoRevert assert value due to typo
pratikshad [Wed, 8 Apr 2015 12:44:24 +0000 (18:14 +0530)]
Revert assert value due to typo

9 years agoFixed webtest for civi-4.6
pratikshad [Thu, 2 Apr 2015 11:17:43 +0000 (16:47 +0530)]
Fixed webtest for civi-4.6

9 years agoCRM-16145 - crmMailing - Match .js and .html files for dialogs
Tim Otten [Wed, 8 Apr 2015 06:46:47 +0000 (23:46 -0700)]
CRM-16145 - crmMailing - Match .js and .html files for dialogs

9 years agoRemove empty stub, crmMailing/field/README.md
Tim Otten [Wed, 8 Apr 2015 06:27:24 +0000 (23:27 -0700)]
Remove empty stub, crmMailing/field/README.md

9 years agoCRM-16145 - crmMailing - Split complex directives into separate files
Tim Otten [Wed, 8 Apr 2015 06:26:31 +0000 (23:26 -0700)]
CRM-16145 - crmMailing - Split complex directives into separate files

9 years agoCRM-16145 - crmMailing - Split simple directives into separate files
Tim Otten [Wed, 8 Apr 2015 06:12:56 +0000 (23:12 -0700)]
CRM-16145 - crmMailing - Split simple directives into separate files

9 years agoCRM-16145 - crmMailing - Rename edit*html
Tim Otten [Wed, 8 Apr 2015 04:53:39 +0000 (21:53 -0700)]
CRM-16145 - crmMailing - Rename edit*html

9 years agoCRM-16145 - crmMailing - Split controllers into separate files
Tim Otten [Wed, 8 Apr 2015 04:46:25 +0000 (21:46 -0700)]
CRM-16145 - crmMailing - Split controllers into separate files

9 years agoCRM-16145 - create-pot-files - Update to match new Angular locations
Tim Otten [Wed, 8 Apr 2015 03:27:29 +0000 (20:27 -0700)]
CRM-16145 - create-pot-files - Update to match new Angular locations

9 years agoCRM-16145 - crmUtil - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:52:12 +0000 (20:52 -0700)]
CRM-16145 - crmUtil - Move to ang/

9 years agoCRM-16145 - crmUi - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:50:51 +0000 (20:50 -0700)]
CRM-16145 - crmUi - Move to ang/

9 years agoCRM-16145 - crmMailing- Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:43:47 +0000 (20:43 -0700)]
CRM-16145 - crmMailing- Move to ang/

9 years agoCRM-16145 - crmCaseType - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:36:30 +0000 (20:36 -0700)]
CRM-16145 - crmCaseType - Move to ang/

9 years agoCRM-16145 - crmExample - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:32:01 +0000 (20:32 -0700)]
CRM-16145 - crmExample - Move to ang/

9 years agoCRM-16145 - crmApp - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:28:26 +0000 (20:28 -0700)]
CRM-16145 - crmApp - Move to ang/

9 years agoCRM-16145 - crmD3 - Move to ang/
Tim Otten [Wed, 8 Apr 2015 03:15:51 +0000 (20:15 -0700)]
CRM-16145 - crmD3 - Move to ang/

9 years agoCRM-16145 - crmAutosave - Move to ang/
Tim Otten [Wed, 8 Apr 2015 00:42:21 +0000 (17:42 -0700)]
CRM-16145 - crmAutosave - Move to ang/

9 years agoCRM-16145 - crmAttachment - Move to ang/
Tim Otten [Wed, 8 Apr 2015 00:37:34 +0000 (17:37 -0700)]
CRM-16145 - crmAttachment - Move to ang/

9 years agoCRM-16145 - crmMailingAB - Move CSS and services.js
Tim Otten [Wed, 8 Apr 2015 00:31:29 +0000 (17:31 -0700)]
CRM-16145 - crmMailingAB - Move CSS and services.js

9 years agoCRM-16145 - crmMailingAB - Split directives into separate files
Tim Otten [Wed, 8 Apr 2015 00:26:40 +0000 (17:26 -0700)]
CRM-16145 - crmMailingAB - Split directives into separate files

9 years agoCRM-16145 - crmMailingAB - Split controllers into separate files
Tim Otten [Wed, 8 Apr 2015 00:16:54 +0000 (17:16 -0700)]
CRM-16145 - crmMailingAB - Split controllers into separate files

9 years agoCRM-16145 - crmMailingAB - Rename partials
Tim Otten [Wed, 8 Apr 2015 00:07:28 +0000 (17:07 -0700)]
CRM-16145 - crmMailingAB - Rename partials

9 years agoCRM-16145 - karma.conf.js - Use ang/*
Tim Otten [Wed, 8 Apr 2015 00:40:55 +0000 (17:40 -0700)]
CRM-16145 - karma.conf.js - Use ang/*

9 years agoMerge pull request #5578 from totten/4.6-agg
Tim Otten [Wed, 8 Apr 2015 03:11:17 +0000 (20:11 -0700)]
Merge pull request #5578 from totten/4.6-agg

CRM-16145, CRM-16246 - Aggregate AngularJS modules. De-aggregate ckeditor (fixing ckeditor with both Drupal aggregation and this aggregation).

9 years agoMerge pull request #5569 from cividesk/CRM-16239-4.6
colemanw [Wed, 8 Apr 2015 01:04:21 +0000 (21:04 -0400)]
Merge pull request #5569 from cividesk/CRM-16239-4.6

CRM-16239 total amount (money) format on backend membership form

9 years agoMinor js cleanup
Coleman Watts [Wed, 8 Apr 2015 00:56:18 +0000 (20:56 -0400)]
Minor js cleanup

9 years agoMerge pull request #5586 from davecivicrm/CRM-16252
Dave Greenberg [Wed, 8 Apr 2015 00:29:12 +0000 (17:29 -0700)]
Merge pull request #5586 from davecivicrm/CRM-16252

CRM-16252 remove calls to undefined function showRuleFields().

9 years agoMerge pull request #5585 from totten/4.6-reqtoken-dis
Tim Otten [Tue, 7 Apr 2015 23:23:25 +0000 (16:23 -0700)]
Merge pull request #5585 from totten/4.6-reqtoken-dis

CRM-16237 - crmMailing - Respect disable_mandatory_tokens_check

9 years agoCRM-16252 remove calls to undefined function showRuleFields().
Dave Greenberg [Tue, 7 Apr 2015 22:52:18 +0000 (15:52 -0700)]
CRM-16252 remove calls to undefined function showRuleFields().

----------------------------------------
* CRM-16252: Remove references to unused javascript function in Configure Event : Online Registration form
  https://issues.civicrm.org/jira/browse/CRM-16252

9 years agoMerge pull request #5575 from totten/4.6-mail-reuse
Dave Greenberg [Tue, 7 Apr 2015 21:49:45 +0000 (14:49 -0700)]
Merge pull request #5575 from totten/4.6-mail-reuse

CRM-16238 - Implement "Re-use Mailing"

9 years agoMerge pull request #5582 from atif-shaikh/CRM-16055
Dave Greenberg [Tue, 7 Apr 2015 21:33:55 +0000 (14:33 -0700)]
Merge pull request #5582 from atif-shaikh/CRM-16055

 On edit / save the main contact edit form for a contact who has an inhe...

9 years agoCRM-16237 - crmMailing - Respect disable_mandatory_tokens_check
Tim Otten [Tue, 7 Apr 2015 21:28:24 +0000 (14:28 -0700)]
CRM-16237 - crmMailing - Respect disable_mandatory_tokens_check

9 years agoMerge pull request #5579 from totten/4.6-reqtoken
Tim Otten [Tue, 7 Apr 2015 21:14:56 +0000 (14:14 -0700)]
Merge pull request #5579 from totten/4.6-reqtoken

CRM-16237 - crmMailing - Restore checking of required tokens

9 years agoMerge pull request #5577 from eileenmcnaughton/CRM-16245
Dave Greenberg [Tue, 7 Apr 2015 16:52:22 +0000 (09:52 -0700)]
Merge pull request #5577 from eileenmcnaughton/CRM-16245

CRM-16245 display payment processor description in back office

9 years agoMerge pull request #5583 from atif-shaikh/WebtestFix
Kurund Jalmi [Tue, 7 Apr 2015 14:42:05 +0000 (20:12 +0530)]
Merge pull request #5583 from atif-shaikh/WebtestFix

WebtestFix

9 years agoFix for CRm-16228
Web Access [Tue, 7 Apr 2015 14:02:16 +0000 (19:32 +0530)]
Fix for CRm-16228

9 years agoWebtestFix
atif-shaikh [Tue, 7 Apr 2015 13:27:19 +0000 (18:57 +0530)]
WebtestFix

9 years ago On edit / save the main contact edit form for a contact who has an inherited members...
atif-shaikh [Tue, 7 Apr 2015 13:02:23 +0000 (18:32 +0530)]
 On edit / save the main contact edit form for a contact who has an inherited membership (by relationship), their (inherited) membership is deleted and recreated

9 years agoMerge pull request #5581 from jitendrapurohit/CRM-16241
Monish Deb [Tue, 7 Apr 2015 10:50:48 +0000 (16:20 +0530)]
Merge pull request #5581 from jitendrapurohit/CRM-16241

Activity details truncated in activity report

9 years agoActivity details truncated in activity report
jitendrapurohit [Tue, 7 Apr 2015 09:53:31 +0000 (15:23 +0530)]
Activity details truncated in activity report

9 years agoCRM-16239 changed order of the function parameters
sunil [Tue, 7 Apr 2015 07:00:18 +0000 (12:30 +0530)]
CRM-16239 changed order of the function parameters

9 years agoCRM-16237 - crmMailing - Restore checking of required tokens
Tim Otten [Tue, 7 Apr 2015 06:54:19 +0000 (23:54 -0700)]
CRM-16237 - crmMailing - Restore checking of required tokens

The header/footer day was optimized in beta by removing the
body_html/body_text -- but this optimization made it impossible to check for
required tokens.

9 years agoCRM-16246 - Load ckeditor in "page-header" instead of "html-header".
Tim Otten [Tue, 7 Apr 2015 06:36:21 +0000 (23:36 -0700)]
CRM-16246 - Load ckeditor in "page-header" instead of "html-header".

html-header goes through Drupal aggregation, which breaks ckeditor.

9 years agoCRM-16145 - Civi/Angular - Aggregate JS and CSS files
Tim Otten [Thu, 19 Mar 2015 23:31:48 +0000 (16:31 -0700)]
CRM-16145 - Civi/Angular - Aggregate JS and CSS files

CRM-16145 aims to setup a more intuitive file structure, but the file
structure has been constrained by the functional requirement to minimize
file-requests.  Aggregation frees us to split and reorg files with affecting
the number of file-requests.

9 years agoCRM-16145 - Add CRM_Utils_File::concat()
Tim Otten [Thu, 19 Mar 2015 23:29:18 +0000 (16:29 -0700)]
CRM-16145 - Add CRM_Utils_File::concat()

9 years agoMerge pull request #5570 from jitendrapurohit/CRM-16192
Monish Deb [Tue, 7 Apr 2015 06:03:22 +0000 (11:33 +0530)]
Merge pull request #5570 from jitendrapurohit/CRM-16192

Line breaks in memo fields are not displayed fix

9 years agoCRM-16245 display payment processor description in back office
Eileen McNaughton [Tue, 7 Apr 2015 04:57:41 +0000 (16:57 +1200)]
CRM-16245 display payment processor description in back office

9 years agoMerge pull request #5561 from agh1/extension-perm-desc
Dave Greenberg [Tue, 7 Apr 2015 01:45:57 +0000 (18:45 -0700)]
Merge pull request #5561 from agh1/extension-perm-desc

CRM-16230 - Permissions: handle extensions with and without descriptions

9 years agoCRM-16238 - Implement "Re-use Mailing"
Tim Otten [Tue, 7 Apr 2015 01:37:24 +0000 (18:37 -0700)]
CRM-16238 - Implement "Re-use Mailing"

9 years agoMerge pull request #5574 from totten/4.6-ang
Tim Otten [Tue, 7 Apr 2015 00:47:23 +0000 (17:47 -0700)]
Merge pull request #5574 from totten/4.6-ang

CRM-16173 - Misc Angular fixes

9 years agocrmUiDebug - Adjust to new crmUiAccordion
Tim Otten [Sat, 28 Mar 2015 23:01:17 +0000 (16:01 -0700)]
crmUiDebug - Adjust to new crmUiAccordion

9 years agocrmConfirm - Allow confirmation dialogs using Angular partials
Tim Otten [Fri, 3 Apr 2015 09:00:56 +0000 (02:00 -0700)]
crmConfirm - Allow confirmation dialogs using Angular partials

9 years agoMerge pull request #5559 from colemanw/CRM-16209
Kurund Jalmi [Mon, 6 Apr 2015 13:41:08 +0000 (19:11 +0530)]
Merge pull request #5559 from colemanw/CRM-16209

CRM-16209 - Add strict type checking to in_array

9 years agoMerge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-04-06-18-05-56
kurund [Mon, 6 Apr 2015 12:36:06 +0000 (18:06 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-04-06-18-05-56

9 years agoMerge pull request #5568 from jitendrapurohit/webtest46fixes
Monish Deb [Mon, 6 Apr 2015 10:04:45 +0000 (15:34 +0530)]
Merge pull request #5568 from jitendrapurohit/webtest46fixes

optimised use of selecting date from multiselect box

9 years agoLine breaks in memo fields are not displayed fix
jitendrapurohit [Mon, 6 Apr 2015 09:22:37 +0000 (14:52 +0530)]
Line breaks in memo fields are not displayed fix

9 years agoCRM-16239 total amount (money) format on backend membership form
sunil [Mon, 6 Apr 2015 08:15:04 +0000 (13:45 +0530)]
CRM-16239 total amount (money) format on backend membership form

9 years agoMerge pull request #5564 from eileenmcnaughton/4.6
Kurund Jalmi [Mon, 6 Apr 2015 07:27:49 +0000 (12:57 +0530)]
Merge pull request #5564 from eileenmcnaughton/4.6

Comment additions & fixes

9 years agooptimised use of selecting date from multiselect box
jitendrapurohit [Mon, 6 Apr 2015 05:51:32 +0000 (11:21 +0530)]
optimised use of selecting date from multiselect box

9 years agoMerge pull request #5563 from colemanw/jsResize
colemanw [Mon, 6 Apr 2015 00:29:22 +0000 (20:29 -0400)]
Merge pull request #5563 from colemanw/jsResize

Cleanup location of summary-specific js

9 years agoMerge pull request #5567 from colemanw/CRM-16236
colemanw [Sat, 4 Apr 2015 23:54:02 +0000 (19:54 -0400)]
Merge pull request #5567 from colemanw/CRM-16236

CRM-16236 - Fix survey api to include petition activities

9 years agoCRM-16236 - Fix survey api to include petition activities
Coleman Watts [Sat, 4 Apr 2015 17:50:59 +0000 (13:50 -0400)]
CRM-16236 - Fix survey api to include petition activities

9 years agophpcs required fix - return false rather than void
Eileen McNaughton [Sat, 4 Apr 2015 06:37:42 +0000 (19:37 +1300)]
phpcs required fix - return false rather than void

9 years agoComment additions & fixes
Eileen McNaughton [Sat, 4 Apr 2015 04:39:10 +0000 (17:39 +1300)]
Comment additions & fixes

9 years agoJs lint fix
Coleman Watts [Sat, 4 Apr 2015 02:07:54 +0000 (22:07 -0400)]
Js lint fix

9 years agoCleanup location of summary-specific js
Coleman Watts [Sat, 4 Apr 2015 01:22:05 +0000 (21:22 -0400)]
Cleanup location of summary-specific js

9 years agoCommon.js - whitespace fixes
Coleman Watts [Sat, 4 Apr 2015 01:09:18 +0000 (21:09 -0400)]
Common.js - whitespace fixes

9 years agoMerge pull request #5562 from colemanw/CRM-16233
colemanw [Sat, 4 Apr 2015 00:57:42 +0000 (20:57 -0400)]
Merge pull request #5562 from colemanw/CRM-16233

CRM-16233 - Set default for advanced search operator

9 years agoCRM-16233 - Set default for advanced search operator
Coleman Watts [Sat, 4 Apr 2015 00:56:46 +0000 (20:56 -0400)]
CRM-16233 - Set default for advanced search operator

9 years agoMerge pull request #5554 from eileenmcnaughton/CRM-16255
Eileen McNaughton [Sat, 4 Apr 2015 00:08:32 +0000 (13:08 +1300)]
Merge pull request #5554 from eileenmcnaughton/CRM-16255

CRM-16255 pass contact_id to payment processor from backoffice participa...

9 years agoMerge pull request #5556 from eileenmcnaughton/CRM-16224
Eileen McNaughton [Sat, 4 Apr 2015 00:06:18 +0000 (13:06 +1300)]
Merge pull request #5556 from eileenmcnaughton/CRM-16224

CRM-16224 add getter & setter for PaymentProcessor

9 years agoCRM-16230 - Permissions: handle extensions with and without descriptions
Andrew Hunt [Fri, 3 Apr 2015 21:37:10 +0000 (17:37 -0400)]
CRM-16230 - Permissions: handle extensions with and without descriptions

----------------------------------------
* CRM-16230: Extensions providing permissions will choke
  https://issues.civicrm.org/jira/browse/CRM-16230

9 years agoUpdate version to 4.6.1
CiviCRM [Fri, 3 Apr 2015 15:04:05 +0000 (08:04 -0700)]
Update version to 4.6.1

9 years agoMerge pull request #5558 from atif-shaikh/4.6UpgradeFix
Kurund Jalmi [Fri, 3 Apr 2015 14:30:36 +0000 (20:00 +0530)]
Merge pull request #5558 from atif-shaikh/4.6UpgradeFix

4.6 Upgrade Error Fix

9 years agoUpdate CONTRIBUTORS.txt
Kurund Jalmi [Fri, 3 Apr 2015 13:34:20 +0000 (19:04 +0530)]
Update CONTRIBUTORS.txt

9 years agoCRM-16209 - Add strict type checking to in_array
Coleman Watts [Fri, 3 Apr 2015 13:24:48 +0000 (09:24 -0400)]
CRM-16209 - Add strict type checking to in_array

9 years agoImprovement
atif-shaikh [Fri, 3 Apr 2015 13:15:40 +0000 (18:45 +0530)]
Improvement

9 years agoMerge pull request #5557 from monishdeb/4.6
Kurund Jalmi [Fri, 3 Apr 2015 12:29:21 +0000 (17:59 +0530)]
Merge pull request #5557 from monishdeb/4.6

CRM-16211 fix - 'Activity Subject' not filled in when creating PDF lette...

9 years ago4.6 Upgrade Error Fix
atif-shaikh [Fri, 3 Apr 2015 12:23:19 +0000 (17:53 +0530)]
4.6 Upgrade Error Fix