<?php 
class AdminOrdersController extends AdminOrdersControllerCore
{
    public function __construct()
    {
        parent::__construct();
        $this->fields_list['invoice_number'] = array(
            'title' => $this->l('invoice'),
            'align' => 'text-center',
            'class' => 'fixed-width-xs'
        $this->fields_list['postcode'] = array(
'title' => $this->l('Postcode'),
'align' => 'text-center',
'class' => 'fixed-width-xs'
);
        }
    } 
And after adding this I see this message. 
FatalErrorException in AdminOrdersController.php line 14:
Parse Error: syntax error, unexpected '$this' (T_VARIABLE), expecting ')'