projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c40470
)
adding civicrm member id requested by Jasimin
author
k054
<kosa@riseup.net>
Thu, 10 Dec 2015 21:36:20 +0000
(16:36 -0500)
committer
k054
<kosa@riseup.net>
Thu, 10 Dec 2015 21:36:20 +0000
(16:36 -0500)
https://rt.gnu.org/Ticket/Display.html?id=
1050321
templates/CRM/Contribute/Form/ContributionView.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Contribute/Form/ContributionView.tpl
b/templates/CRM/Contribute/Form/ContributionView.tpl
index 2e6fdade3e14b9f7d9127cd64283c82b14e21476..f5ef8de6950349b4784bd7a4921278f802789f48 100644
(file)
--- a/
templates/CRM/Contribute/Form/ContributionView.tpl
+++ b/
templates/CRM/Contribute/Form/ContributionView.tpl
@@
-67,6
+67,10
@@
<tr>
<td class="label">{ts}From{/ts}</td>
<td class="bold">{$displayName}</td>
+ </tr>
+ <tr>
+ <td class="label">{ts}Member ID{/ts}</td>
+ <td>{$contact_id}</td>
</tr>
<tr>
<td class="label">{ts}Financial Type{/ts}</td>