// Import WIP (still broken for first upload)
This commit is contained in:
@@ -99,6 +99,8 @@ class AdminCustomersControllerCore extends AdminController
|
||||
'total_spent' => array(
|
||||
'title' => $this->l('Sales'),
|
||||
'type' => 'price',
|
||||
'prefix' => '<span class="badge badge-success">',
|
||||
'suffix' => '</span>',
|
||||
'search' => false,
|
||||
'havingFilter' => true,
|
||||
'align' => 'right'
|
||||
|
||||
@@ -88,8 +88,8 @@ class AdminOrdersControllerCore extends AdminController
|
||||
'total_paid_tax_incl' => array(
|
||||
'title' => $this->l('Total'),
|
||||
'align' => 'right',
|
||||
'prefix' => '<b>',
|
||||
'suffix' => '</b>',
|
||||
'prefix' => '<span class="badge">',
|
||||
'suffix' => '</span>',
|
||||
'type' => 'price',
|
||||
'currency' => true
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user