fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11748] property: percent consumption


From: Sigurd Nes
Subject: [Fmsystem-commits] [11748] property: percent consumption
Date: Tue, 25 Feb 2014 09:44:18 +0000

Revision: 11748
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11748
Author:   sigurdne
Date:     2014-02-25 09:44:17 +0000 (Tue, 25 Feb 2014)
Log Message:
-----------
property: percent consumption

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

Modified: trunk/property/inc/class.uiworkorder.inc.php
===================================================================
--- trunk/property/inc/class.uiworkorder.inc.php        2014-02-24 20:36:49 UTC 
(rev 11747)
+++ trunk/property/inc/class.uiworkorder.inc.php        2014-02-25 09:44:17 UTC 
(rev 11748)
@@ -1135,6 +1135,12 @@
                                                $action='add';
                                        }
                                        $receipt = 
$this->bo->save($values,$action);
+
+                                       if (! $receipt['error'])
+                                       {
+                                               $id = $receipt['id'];
+                                       }
+
                                        $historylog     = 
CreateObject('property.historylog','workorder');
                                        $function_msg = lang('Edit Workorder');
                                        //----------files




reply via email to

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