fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15614]


From: nelson . guerra
Subject: [Fmsystem-commits] [15614]
Date: Thu, 8 Sep 2016 01:33:20 +0000 (UTC)

Revision: 15614
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15614
Author:   nelson224
Date:     2016-09-08 01:33:20 +0000 (Thu, 08 Sep 2016)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-09-08 00:52:28 UTC (rev 15613)
+++ branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-09-08 01:33:20 UTC (rev 15614)
@@ -471,7 +471,11 @@
                                                print_r($receipt); die;
                                        }
                                }
-                               
+                       /*$template = explode("_", $template_id);
+                       $entity_id = $template[0];
+                       $cat_id = $template[1];
+$attributes = $this->custom->find($this->type_app[$this->type], 
".{$this->type}.{$entity_id}.{$cat_id}", 0, '', 'ASC', 'attrib_sort', true, 
true);     
+print_r($attributes); die;*/
                                //$rows = 
$objPHPExcel->getActiveSheet()->getHighestDataRow();
                                $rows = $rows ? $rows + 1 : 0;
 
@@ -516,11 +520,15 @@
                                                }
                                        }
                                }
-                               //print_r($buildingpart_in_table); die;
+                               /*
+                               //$buildingpart_in_table = array();
+               //$buildingpart_in_table['216'] = array('entity_id' => 3, 
'cat_id' => 6);               
+               //print_r($buildingpart_in_table); die;*/
                                
                                if (count($buildingpart_in_table))
                                {
                                        $receipt = 
$import_components->add_attributes_to_categories($buildingpart_in_table, 
$template_id);
+                                       print_r($receipt); die;
                                }
                                
                                if (count($buildingpart_out_table))




reply via email to

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