diff --git a/app/config.yml b/app/config.yml index 3b91aff..38e6132 100644 --- a/app/config.yml +++ b/app/config.yml @@ -112,6 +112,7 @@ charge-to: phone: "+1-212-555-0100" email: accounts@acmecorp.example vat-id: "US-EIN-12-3456789" + reg-no: "" currency: USD - display: Example NGO name: Example Non-Profit Organisation @@ -123,6 +124,7 @@ charge-to: phone: "+44 20 7123 4567" email: finance@examplengo.example vat-id: "GB123456789" + reg-no: "01234567" currency: GBP # ── Project codes ────────────────────────────────────────────────────────────── @@ -288,6 +290,11 @@ translations: de: USt-IdNr. fr: "N° TVA / ID fiscal" "no": MVA-nummer + registration-no: + en: "Registration no." + de: "Handelsreg.-Nr." + fr: "N° d'enregistrement" + "no": "Organisasjonsnr." invoice-date: en: Invoice date de: Rechnungsdatum diff --git a/app/index.html b/app/index.html index e691181..cac1a29 100644 --- a/app/index.html +++ b/app/index.html @@ -516,29 +516,27 @@ function buildForm() { -