fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11693] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [11693] typo
Date: Thu, 13 Feb 2014 22:42:11 +0000

Revision: 11693
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11693
Author:   sigurdne
Date:     2014-02-13 22:42:07 +0000 (Thu, 13 Feb 2014)
Log Message:
-----------
typo

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

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2014-02-13 17:55:12 UTC (rev 
11692)
+++ trunk/property/inc/class.soinvoice.inc.php  2014-02-13 22:42:07 UTC (rev 
11693)
@@ -956,7 +956,7 @@
                                        {
                                                case 'workorder':
                                                        
$GLOBALS['phpgw']->db->query("SELECT id FROM fm_workorder WHERE 
status='{$status_code[$entry]}' AND id = {$id}");
-                                                       
if(!$this->db->next_record())
+                                                       
if(!$GLOBALS['phpgw']->db->next_record())
                                                        {
                                                                
$historylog_workorder->add($entry, $id, $status_code[$entry]);
                                                                
$GLOBALS['phpgw']->db->query("UPDATE fm_workorder set 
status='{$status_code[$entry]}' WHERE id = {$id}");
@@ -2581,4 +2581,4 @@
                        return $invoice_num;
                }
 
-       }       
\ No newline at end of file
+       }       




reply via email to

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