This commit is contained in:
James Cole
2017-12-21 19:18:53 +01:00
parent 840705f793
commit 707af8bb4e
4 changed files with 23 additions and 2 deletions

View File

@@ -89,6 +89,12 @@ return [
'converter' => 'BillId',
'mapper' => 'Bills',
],
'note' => [
'mappable' => false,
'pre-process-map' => false,
'field' => 'note',
'converter' => 'Note',
],
'bill-name' => [
'mappable' => true,
'pre-process-map' => false,