[freeside-commits] branch FREESIDE_4_BRANCH updated. d2c25edb0301d3d33671c74fc30dde8b1a9c6c77
Ivan
ivan at 420.am
Thu Apr 6 12:37:49 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via d2c25edb0301d3d33671c74fc30dde8b1a9c6c77 (commit)
from 70fd5f1429b170de45c4ceb7b2f5709e8ce464be (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 d2c25edb0301d3d33671c74fc30dde8b1a9c6c77
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 6 12:37:47 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