diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index 1cbed4a6d..5c6090e08 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -38,6 +38,16 @@ '';
--@]
+\catcode`\{=1
+\catcode`\}=2
+\special{ps:%
+ SDict begin [
+ /Title (Invoice \#[@-- $invnum --@])
+ /DOCINFO pdfmark
+ end
+}
+\end
+
\addtolength{\voffset}{-0.0cm} % top margin to top of header
\addtolength{\hoffset}{-0.6cm} % left margin on page
\addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.00cm' --@]}
|