Browse Source

Remove unused section at the bottom of level C

develop_ImplementNamedRoleIndex
Beat Stieger 2 years ago
parent
commit
616b491a69
  1. 1
      app/Http/Controllers/Import/File/RoleController.php

1
app/Http/Controllers/Import/File/RoleController.php

@ -171,7 +171,6 @@ class RoleController extends Controller
'entryBtcDomainCode' => config('camt.fields.entryBtcDomainCode'),
'entryBtcFamilyCode' => config('camt.fields.entryBtcFamilyCode'),
'entryBtcSubFamilyCode' => config('camt.fields.entryBtcSubFamilyCode'),
'section_opposing' => ['section' => true, 'title' => 'opposingPart',],
],
];
$group_handling = $configuration->getGroupedTransactionHandling();

Loading…
Cancel
Save