diff options
author | ivan <ivan> | 2011-08-16 00:37:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-16 00:37:00 +0000 |
commit | a859e1e18ebe73086ab5792a2eda05929ad19873 (patch) | |
tree | 03fd3c215ace36c4e7328ca6b298b2e9851108bb /conf/invoice_latex | |
parent | 6011535409e784cde658c0042b2f665c83975a91 (diff) |
don't show empty Terms: on invoices
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index 97401f9e1..27ca80305 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -229,7 +229,7 @@ }
--@]
\begin{flushright}
-Terms: [@-- $terms --@]\\
+[@-- $terms ? "Terms: $terms" : '' --@]\\
[@-- $po_line --@]\\
\end{flushright}
\end{minipage}}
|