fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9396] property: typos


From: Sigurd Nes
Subject: [Fmsystem-commits] [9396] property: typos
Date: Mon, 14 May 2012 12:18:00 +0000

Revision: 9396
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9396
Author:   sigurdne
Date:     2012-05-14 12:17:56 +0000 (Mon, 14 May 2012)
Log Message:
-----------
property: typos

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  2012-05-14 11:44:38 UTC (rev 
9395)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2012-05-14 12:17:56 UTC (rev 
9396)
@@ -1445,7 +1445,7 @@
                        {
                                
if(isset($this->config->config_data['invoice_acl']) && 
$this->config->config_data['invoice_acl'] == 'dimb')
                                {
-                                       $approve_role = 
execMethod('property.boinvoice.check_role', $project['ecodimb'] ? 
$project['ecodimb'] : $workorder['workorder']['ecodimb']);
+                                       $approve_role = 
execMethod('property.boinvoice.check_role', $project['ecodimb'] ? 
$project['ecodimb'] : $workorder['ecodimb']);
 
                                        $_ok = false;
                                        if($approve_role['is_supervisor'])
@@ -1908,7 +1908,7 @@
                                {
                                        $_ok = true;                            
        
                                }
-                               else if( $workorder['approved'] )
+                               else if( $common_data['workorder']['approved'] )
                                {
                                        $_ok = true;                            
        
                                }




reply via email to

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