fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12073] property: clear update flag on function entry


From: Sigurd Nes
Subject: [Fmsystem-commits] [12073] property: clear update flag on function entry
Date: Fri, 05 Sep 2014 07:20:30 +0000

Revision: 12073
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12073
Author:   sigurdne
Date:     2014-09-05 07:20:29 +0000 (Fri, 05 Sep 2014)
Log Message:
-----------
property: clear update flag on function entry

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

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2014-09-04 11:01:01 UTC (rev 
12072)
+++ trunk/property/inc/class.sotts.inc.php      2014-09-05 07:20:29 UTC (rev 
12073)
@@ -966,6 +966,8 @@
                         ** M - Mail sent to vendor
                         */
 
+                       $this->fields_updated = false;
+
                        if ($old_status != $ticket['status'])
                        {
                                $check_old_custom = (int) trim($old_status,'C');
@@ -1029,6 +1031,8 @@
                {
                        $id = (int) $id;
                        $receipt = array();
+                       $this->fields_updated = false;
+
                        $this->db->query("SELECT priority FROM fm_tts_tickets 
WHERE id={$id}",__LINE__,__FILE__);
                        $this->db->next_record();
                        $oldpriority  = $this->db->f('priority');




reply via email to

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