fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16530]


From: nelson . guerra
Subject: [Fmsystem-commits] [16530]
Date: Tue, 4 Apr 2017 00:16:05 -0400 (EDT)

Revision: 16530
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16530
Author:   nelson224
Date:     2017-04-04 00:16:05 -0400 (Tue, 04 Apr 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.boreport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.boreport.inc.php       
2017-04-04 04:15:49 UTC (rev 16529)
+++ branches/dev-syncromind-2/property/inc/class.boreport.inc.php       
2017-04-04 04:16:05 UTC (rev 16530)
@@ -61,4 +61,33 @@
 
                        return $values;
                }
+               
+
+               function read_single_dataset( $dataset_id = '' )
+               {
+                       $dataset = $this->so->read_single_dataset($dataset_id);
+
+                       return $dataset;
+               }
+               
+               
+               function save_dataset( $values, $action = '' )
+               {
+                       if ($action == 'edit')
+                       {
+                               $receipt = $this->so->update_dataset($values);
+                       }
+                       else
+                       {
+                               $receipt = $this->so->add_dataset($values);
+                       }
+                       
+                       return $receipt;
+               }
+               
+               function delete( $workorder_id )
+               {
+                       $this->so->delete($workorder_id);
+               }
+               
        }
\ No newline at end of file




reply via email to

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