fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13969]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13969]
Date: Sat, 19 Sep 2015 00:29:58 +0000

Revision: 13969
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13969
Author:   nelson224
Date:     2015-09-19 00:29:57 +0000 (Sat, 19 Sep 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.uicomposite.inc.php

Modified: branches/dev-syncromind/rental/inc/class.uicomposite.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.uicomposite.inc.php        
2015-09-19 00:17:02 UTC (rev 13968)
+++ branches/dev-syncromind/rental/inc/class.uicomposite.inc.php        
2015-09-19 00:29:57 UTC (rev 13969)
@@ -833,6 +833,9 @@
                                {
                                        $fields_of_responsibility_options[] = 
array('id'=>$id, 'name'=>lang($label), 'selected'=>0);
                                }
+                               
+                               $units = $composite->get_units();
+                               $address_1 = 
$units[0]->get_location()->get_address_1();                                
                        }
                        
                        $link_index = array
@@ -869,9 +872,6 @@
                                }                               
                                $furnish_types_options[] = array('id'=>$id, 
'name'=>$title, 'selected'=>$selected);                             
                        }
-                                               
-                       $units = $composite->get_units();
-                       $address_1 = $units[0]->get_location()->get_address_1();
                                                                
                        $code = <<<JS
                                var thousandsSeparator = 
'$this->thousandsSeparator';




reply via email to

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