fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17173] property: add missing value on order


From: sigurdne
Subject: [Fmsystem-commits] [17173] property: add missing value on order
Date: Fri, 20 Oct 2017 05:18:21 -0400 (EDT)

Revision: 17173
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17173
Author:   sigurdne
Date:     2017-10-20 05:18:20 -0400 (Fri, 20 Oct 2017)
Log Message:
-----------
property: add missing value on 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-10-19 23:06:03 UTC (rev 
17172)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2017-10-20 09:18:20 UTC (rev 
17173)
@@ -2041,8 +2041,9 @@
 
                        $from_name = 
$GLOBALS['phpgw']->accounts->get($common_data['workorder']['user_id'])->__toString();
 
+                       $ecodimb = !empty($common_data['workorder']['ecodimb']) 
? $common_data['workorder']['ecodimb'] : $project['ecodimb'];
                        $from = lang('date') . ": {$date}\n";
-                       $from .= lang('dimb') . ": 
{$common_data['workorder']['ecodimb']}\n";
+                       $from .= lang('dimb') . ": {$ecodimb}\n";
                        $from .= lang('from') . ":\n   {$from_name}";
                        $from .= "\n   
{$GLOBALS['phpgw']->preferences->data['property']['email']}";
                        $from .= "\n   
{$GLOBALS['phpgw']->preferences->data['property']['cellphone']}";




reply via email to

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