Expand views and files to use new methods.

This commit is contained in:
James Cole
2018-03-19 19:39:26 +01:00
parent 1645490f5c
commit 3b735c7533
5 changed files with 102 additions and 59 deletions

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -102,4 +103,11 @@ return [
'reconcile' => 'Reconcile',
'account_on_spectre' => 'Account (Spectre)',
'do_import' => 'Import from this account',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
];