diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-01 17:00:22 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-01 17:00:22 -0700 |
commit | ddb601f6bb7bdce8e0912e78472335f5613d20db (patch) | |
tree | c332e0d18be5f14e1cfb8c42ccd2a46122e3b163 /conf/invoice_latex | |
parent | 4a896c6c3703b5f509fc75e98a7982fbcd85f9ae (diff) | |
parent | f33281a9f445b06e319c45f393c71577701eff67 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index c1d04d651..1cbed4a6d 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}}
}
}
|