fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13290]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13290]
Date: Wed, 27 May 2015 21:08:23 +0000

Revision: 13290
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13290
Author:   nelson224
Date:     2015-05-27 21:08:22 +0000 (Wed, 27 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiworkorder.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-05-27 21:08:07 UTC (rev 13289)
+++ branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-05-27 21:08:22 UTC (rev 13290)
@@ -898,7 +898,7 @@
                                        $receipt = $this->bo->save($values, 
$action);
                                        $values['id'] = $receipt['id'];
                                        $id = $receipt['id'];
-                                       
+                                       $this->receipt = $receipt;
                                }
 
                                catch(Exception $e)
@@ -1075,7 +1075,6 @@
 
                                if( phpgw::get_var('phpgw_return_as') == 'json' 
)
                                {
-
                                        if(!$this->receipt['error'])
                                        {
                                                $result =  array
@@ -1095,7 +1094,7 @@
                                        return $result;
                                }
                                
-                               phpgwapi_cache::message_set($receipt, 
'message'); 
+                               //phpgwapi_cache::message_set($receipt, 
'message'); 
                                $this->edit($values);
                                
                                return;




reply via email to

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