From ed3727761c43681104ce3b6d9722ad25d84d0a09 Mon Sep 17 00:00:00 2001 From: Alexis G Date: Mon, 20 Nov 2023 16:14:33 +0100 Subject: [PATCH] feat: Add missing `bicNumber` attribute This attribute is already documented, but since it was not present here it did not appear in the Viewer. --- react/Viewer/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/Viewer/helpers.js b/react/Viewer/helpers.js index 7f761e0eb6..33e0c63c4e 100644 --- a/react/Viewer/helpers.js +++ b/react/Viewer/helpers.js @@ -23,6 +23,7 @@ export const knownDateMetadataNames = [ ] export const knownInformationMetadataNames = [ 'number', + 'bicNumber', 'country', 'refTaxIncome', 'contractType',