fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12931]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12931]
Date: Tue, 31 Mar 2015 22:00:15 +0000

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


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

Modified: branches/dev-syncromind/property/inc/class.uiproject.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-03-31 21:56:43 UTC (rev 12930)
+++ branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-03-31 22:00:14 UTC (rev 12931)
@@ -1569,15 +1569,6 @@
                                $values['start_date'] = 
$GLOBALS['phpgw']->common->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                        }
 
-                       if(isset($this->receipt['error']) && 
is_array($this->receipt['error']))
-                       {
-                               $msgbox_data = 
$this->bocommon->msgbox_data($this->receipt['error']);
-                       }
-                       else
-                       {
-                               $msgbox_data ='';
-                       }
-
                        $values['sum'] = 
isset($values['budget'])?$values['budget']:0;
 
                        if(isset($values['reserve']) && $values['reserve']!=0)
@@ -1984,6 +1975,8 @@
                                        'origin_id'             => $id
                                );
                        }
+                       
+                       $msgbox_data = 
$this->bocommon->msgbox_data($this->receipt);
 
                        $project_type_id = isset($values['project_type_id']) && 
$values['project_type_id'] ? $values['project_type_id'] : 
$GLOBALS['phpgw_info']['user']['preferences']['property']['default_project_type'];
 




reply via email to

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