[Libreoffice-commits] dev-tools.git: esc-reporting/esc-automate.py

jan Iversen jani at libreoffice.org
Tue May 16 06:51:50 UTC 2017


 esc-reporting/esc-automate.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70a454afc55ce7e78ca21e754c58999fab09320e
Author: jan Iversen <jani at libreoffice.org>
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')


More information about the Libreoffice-commits mailing list