From 8350815a8c6987b288551848eda1c678739c8d4a Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Mon, 21 Sep 2026 23:09:57 +0200 Subject: invoices: text rows, duplicate and payment link (schema v12); smtp address checks --- clients/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clients/ui.h') diff --git a/clients/ui.h b/clients/ui.h index 393d5ff..c546c91 100644 --- a/clients/ui.h +++ b/clients/ui.h @@ -112,6 +112,7 @@ struct voucher_prefill { const char *date; /* YYYY-MM-DD, may be NULL */ const char *description; /* voucher text, may be NULL */ const char *bank_account; /* account number for the prefilled row */ + const char *counter_account; /* with amount > 0: credit this account */ int64_t amount_ore; /* > 0 debits the bank account, < 0 credits it */ }; -- cgit v1.3