You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
I tried various forms of comparisons ( > 0, !=0, !=NULL but either the line is shown independently of having a discount in the invoice or not, or it is not shown at all.
Do you have a hint what I could do?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a gendoc template for invoices I want to add a line that only shows up when we have a discount.
When I use the following I do not succeed.
I tried various forms of comparisons ( > 0, !=0, !=NULL but either the line is shown independently of having a discount in the invoice or not, or it is not shown at all.
Do you have a hint what I could do?
The text was updated successfully, but these errors were encountered: