fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17127] property: add deadlines to pdf-order


From: sigurdne
Subject: [Fmsystem-commits] [17127] property: add deadlines to pdf-order
Date: Fri, 29 Sep 2017 04:59:41 -0400 (EDT)

Revision: 17127
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17127
Author:   sigurdne
Date:     2017-09-29 04:59:40 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
property: add deadlines to pdf-order

Modified Paths:
--------------
    trunk/property/inc/class.uiwo_hour.inc.php

Modified: trunk/property/inc/class.uiwo_hour.inc.php
===================================================================
--- trunk/property/inc/class.uiwo_hour.inc.php  2017-09-28 11:57:13 UTC (rev 
17126)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2017-09-29 08:59:40 UTC (rev 
17127)
@@ -2042,6 +2042,15 @@
                                array('col1' => $from, 'col2' => 
$invoice_address)
                        );
 
+                       if($common_data['workorder']['start_date'])
+                       {
+                               $data[] = array('col1' => lang('deadline for 
start'), 'col2' =>"<b>{$common_data['workorder']['start_date']}</b>");
+                       }
+                       if($common_data['workorder']['end_date'])
+                       {
+                               $data[] = array('col1' => lang('deadline for 
execution'), 'col2' =>"<b>{$common_data['workorder']['end_date']}</b>");
+                       }
+
                        $pdf->ezTable($data, array('col1' => '', 'col2' => ''), 
''
                                , array('showHeadings' => 0, 'shaded' => 0, 
'xPos' => 0,
                                'xOrientation' => 'right', 'width' => 500, 
'gridlines' => EZ_GRIDLINE_ALL,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]