[freeside-commits] branch FREESIDE_4_BRANCH updated. b879005b9c38f96f83838cb9e8583a24e1ce377b
Mark Wells
mark at 420.am
Fri Aug 26 15:00:54 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via b879005b9c38f96f83838cb9e8583a24e1ce377b (commit)
from 707dc003409789d9a90c6e3c772821be2c230b98 (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 b879005b9c38f96f83838cb9e8583a24e1ce377b
Author: Mark Wells <mark at freeside.biz>
Date: Fri Aug 26 14:55:48 2016 -0700
localize "of" in invoice page numbers ("1 of 5", etc.), #39084
diff --git a/conf/invoice_latex b/conf/invoice_latex
index c1d04d6..1cbed4a 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -117,7 +117,7 @@
{ % First page
}
{ % ... pages
- \small{\thepage\ of \pageref{LastPage}}
+ \small{\thepage~[@-- emt('of') --@]~\pageref{LastPage}}
}
}
-----------------------------------------------------------------------
Summary of changes:
conf/invoice_latex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list