// 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
+2 -2
View File
@@ -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
),