fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12930]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12930]
Date: Tue, 31 Mar 2015 21:56:43 +0000

Revision: 12930
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12930
Author:   nelson224
Date:     2015-03-31 21:56:43 +0000 (Tue, 31 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uigab.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uigab.inc.php    2015-03-31 
15:55:38 UTC (rev 12929)
+++ branches/dev-syncromind/property/inc/class.uigab.inc.php    2015-03-31 
21:56:43 UTC (rev 12930)
@@ -834,9 +834,9 @@
                                $kommune_nr= 
$this->config->config_data['default_municipal'];
                        }
 
-                       if(isset($this->receipt['error']) && 
is_array($this->receipt['error']))
+                       if(isset($this->receipt) && is_array($this->receipt))
                        {
-                               $msgbox_data = 
$this->bocommon->msgbox_data($this->receipt['error']);
+                               $msgbox_data = 
$this->bocommon->msgbox_data($this->receipt);
                        }
                        else
                        {
@@ -904,6 +904,7 @@
                                        $receipt = $this->bo->save($data);
                                        $values['location_code'] = 
$receipt['location_code'];
                                        $values['gab_id'] = $receipt['gab_id'];
+                                       $this->receipt = $receipt;
                                }
                                catch(Exception $e)
                                {
@@ -913,7 +914,7 @@
                                        }
                                }
 
-                               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]