Skip to content

Commit

Permalink
label change
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Aug 4, 2017
1 parent 2ae265e commit a3933cc
Showing 1 changed file with 4 additions and 4 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('Total Batch Count'),
'assigned_item_count' => ts('Actual Batch Count'),
'total' => ts('Batch Total Amount'),
'assigned_total' => ts('Actual Batch Total Amount'),
'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

0 comments on commit a3933cc

Please sign in to comment.