Skip to content

Commit

Permalink
Merge pull request #10813 from JMAConsulting/CRM-21019
Browse files Browse the repository at this point in the history
CRM-21019, Changed column labels on batch transaction listing page
  • Loading branch information
colemanw authored Aug 4, 2017
2 parents 5ad96c4 + a3933cc commit 0d86b04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CRM/Financial/Form/BatchTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ public function preProcess() {
'status' => ts('Status'),
'description' => ts('Description'),
'payment_instrument' => ts('Payment Method'),
'item_count' => ts('Entered Transactions'),
'assigned_item_count' => ts('Assigned Transactions'),
'total' => ts('Entered Total'),
'assigned_total' => ts('Assigned Total'),
'item_count' => ts('Expected Number of Items'),
'assigned_item_count' => ts('Actual Number of Items'),
'total' => ts('Expected Total Amount'),
'assigned_total' => ts('Actual Total Amount'),
'opened_date' => ts('Opened'),
);
$this->assign('columnHeaders', $columnHeaders);
Expand Down
4 changes: 2 additions & 2 deletions templates/CRM/Financial/Form/BatchTransaction.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<th class="crm-contact-name">{ts}Name{/ts}</th>
<th class="crm-amount">{ts}Amount{/ts}</th>
<th class="crm-trxnID">{ts}Trxn ID{/ts}</th>
<th class="crm-trxn_date">{ts}Transaction Date{/ts}</th>
<th class="crm-received">{ts}Received{/ts}</th>
<th class="crm-trxn_date">{ts}Payment/Transaction Date{/ts}</th>
<th class="crm-received">{ts}Contribution Date{/ts}</th>
<th class="crm-payment-method">{ts}Pay Method{/ts}</th>
<th class="crm-status">{ts}Status{/ts}</th>
<th class="crm-type">{ts}Financial Type{/ts}</th>
Expand Down
4 changes: 2 additions & 2 deletions templates/CRM/Financial/Page/BatchTransaction.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<th class="crm-contact-name">{ts}Name{/ts}</th>
<th class="crm-amount">{ts}Amount{/ts}</th>
<th class="crm-trxnID">{ts}Trxn ID{/ts}</th>
<th class="crm-trxn_date">{ts}Transaction Date{/ts}</th>
<th class="crm-received">{ts}Received{/ts}</th>
<th class="crm-trxn_date">{ts}Payment/Transaction Date{/ts}</th>
<th class="crm-received">{ts}Contribution Date{/ts}</th>
<th class="crm-payment-method">{ts}Pay Method{/ts}</th>
<th class="crm-status">{ts}Status{/ts}</th>
<th class="crm-type">{ts}Type{/ts}</th>
Expand Down

0 comments on commit 0d86b04

Please sign in to comment.