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
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:
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: