// Import WIP (still broken for first upload)

This commit is contained in:
Kevin Granger
2013-11-27 19:33:36 +01:00
parent 65106c6a24
commit cc3a1379d1
8 changed files with 75 additions and 34 deletions
@@ -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'