diff options
Diffstat (limited to 'src/invoice.h')
| -rw-r--r-- | src/invoice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invoice.h b/src/invoice.h index c92677d..7d64f21 100644 --- a/src/invoice.h +++ b/src/invoice.h @@ -33,6 +33,7 @@ struct invoice_line { int64_t amount_ore; const char *note; const char *vat_code; + int is_text; }; struct invoice_doc { |
