From e3e8d316738336108b9b9af65d9adeb2ed085696 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Oct 2009 01:15:06 +0000 Subject: conf switches to turn on smaller notes and footer sections with stock templates, RT#5218 --- conf/invoice_html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'conf/invoice_html') diff --git a/conf/invoice_html b/conf/invoice_html index 7ee0fdc19..b7f7b9789 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -221,9 +221,15 @@

-<%= length($summary) ? '' : $notes %> +<%= length($summary) + ? '' + : ( $smallernotes + ? ''.$notes.'' + : $notes + ) +%>
-

<%= $footer %> +

><%= $footer %> -- cgit v1.2.1