[freeside-commits] branch master updated. 6dbf673ebae0b29f7dcfa27104d4e470cf4fa067
Ivan
ivan at 420.am
Thu Apr 6 12:37:47 PDT 2017
The branch, master has been updated
via 6dbf673ebae0b29f7dcfa27104d4e470cf4fa067 (commit)
from 5a0bcfa95772883f15f33ee55142a19d290b0925 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6dbf673ebae0b29f7dcfa27104d4e470cf4fa067
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 6 12:37:46 2017 -0700
set document title for PDF viewers
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 1cbed4a..5c6090e 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' --@]}
-----------------------------------------------------------------------
Summary of changes:
conf/invoice_latex | 10 ++++++++++
1 file changed, 10 insertions(+)
More information about the freeside-commits
mailing list