fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16216]


From: nelson . guerra
Subject: [Fmsystem-commits] [16216]
Date: Tue, 31 Jan 2017 23:15:50 -0500 (EST)

Revision: 16216
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16216
Author:   nelson224
Date:     2017-01-31 23:15:50 -0500 (Tue, 31 Jan 2017)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2017-02-01 04:15:35 UTC (rev 16215)
+++ branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2017-02-01 04:15:50 UTC (rev 16216)
@@ -36,7 +36,8 @@
                        'read_single' => true,
                        'save' => true,
                        'delete' => true,
-                       'get_file_relations' => true
+                       'get_file_relations' => true,
+                       'get_file_relations_componentes' => true
                );
                
                public function __construct()
@@ -68,6 +69,14 @@
                        return $values;
                }
                
+               function get_file_relations_componentes( $data )
+               {
+                       $values = 
$this->so->get_file_relations_componentes($data);
+                       $this->total_records_componentes = 
$this->so->total_records_componentes;
+
+                       return $values;
+               }
+               
                function save( $values = array(), $file_id )
                {
                        $report_date = 
phpgwapi_datetime::date_array($values['report_date']);




reply via email to

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