diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-22 09:04:27 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-22 09:04:27 +0200 |
| commit | 227d0422da0062410c85529bc999d7e509d9de78 (patch) | |
| tree | 23102d1fb049b610ec154e7c136e3d92d941bd6d /clients | |
| parent | 8ceb1340a9030bb1030be61003dc65b444732b9e (diff) | |
| download | bokf-227d0422da0062410c85529bc999d7e509d9de78.tar.gz bokf-227d0422da0062410c85529bc999d7e509d9de78.zip | |
documents: org name in the invoice and payslip headers, document_header_colorv0.1.63
Diffstat (limited to 'clients')
| -rw-r--r-- | clients/screens_settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/screens_settings.c b/clients/screens_settings.c index 7730ff4..46ba201 100644 --- a/clients/screens_settings.c +++ b/clients/screens_settings.c @@ -342,6 +342,7 @@ static const struct setting_field INVOICE_SETTINGS[] = { { "invoice_revenue_account", "Intäktskonto", NULL, 0, 0, 0 }, { "invoice_bankgiro", "Bankgiro", NULL, 0, 0, 0 }, { "invoice_our_ref", "Vår referens (faktura)", NULL, 0, 0, 0 }, + { "document_header_color", "Färg dokumenthuvud (#rrggbb)", NULL, 0, 0, 0 }, }; static const struct setting_field SERIES_SETTINGS[] = { |
