Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 08bfd61

Browse files
committed
Rename type to CC type
1 parent 7ca694c commit 08bfd61

File tree

1 file changed

+1
-1
lines changed
  • app/code/community/BL/CustomGrid/Model/Grid/Type/Sales

1 file changed

+1
-1
lines changed

app/code/community/BL/CustomGrid/Model/Grid/Type/Sales/Abstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ protected function _getAdditionalCustomColumns()
137137

138138
// Payment fields
139139
$columns['payment_method'] = $this->_getPaymentCustomColumn('payment_method', $helper->__('Method'), $helper->__('Payment'), 'method');
140-
$columns['cc_type'] = $this->_getPaymentCustomColumn('cc_type', $helper->__('Type'), $helper->__('Payment'), 'type');
140+
$columns['cc_type'] = $this->_getPaymentCustomColumn('cc_type', $helper->__('CC Type'), $helper->__('Payment'), 'CC type');
141141

142142
// Items
143143
$columns['default_items'] = $this->_getItemsCustomColumn('default_items');

0 commit comments

Comments
 (0)