]> git.agnieray.net Git - galette.git/commitdiff
Drop subtitle in attendence sheet header; refs #1346
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Tue, 19 Nov 2019 22:44:24 +0000 (23:44 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Tue, 19 Nov 2019 22:44:24 +0000 (23:44 +0100)
galette/lib/Galette/IO/PdfAttendanceSheet.php

index 3c8f63e7b79a8109a960a9c09344f06c2429993f..700a47dc7cfe013dab76332a5549f04e3224ce0e 100644 (file)
@@ -82,9 +82,10 @@ class PdfAttendanceSheet extends Pdf
             if ($this->sheet_title !== null) {
                 $head_title .= ' - ' . $this->sheet_title;
             }
-            if ($this->sheet_sub_title !== null) {
+            /* Remove to rpevent long lines */
+            /*if ($this->sheet_sub_title !== null) {
                 $head_title .= ' - ' . $this->sheet_sub_title;
-            }
+            }*/
             if ($this->sheet_date !== null) {
                 $head_title .= ' - ' . $this->sheet_date->format(__("Y-m-d"));
             }