esc-reporting/esc-automate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70a454afc55ce7e78ca21e754c58999fab09320e Author: jan Iversen <[email protected]> Date: Tue May 16 08:51:21 2017 +0200 esc-report, field change in pdf generation diff --git a/esc-reporting/esc-automate.py b/esc-reporting/esc-automate.py index 0cc07b1..950ddd5 100755 --- a/esc-reporting/esc-automate.py +++ b/esc-reporting/esc-automate.py @@ -162,7 +162,7 @@ def handle_mail_pdf(email, name): global cfg, pdfFieldData xDate = cfg['nowDate'].strftime('%Y-%m-%d') - x = pdfFieldData.replace('/V ()', '/V (' + name + ')', 1).replace('/V ()', '/V (' + xDate + ')', 1) + x = pdfFieldData.replace('/V ()', '/V (' + xDate + ')', 1).replace('/V ()', '/V (' + name + ')', 1) fileFdf = '/tmp/fields.fdf' fp = open(fileFdf, 'w') _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
