fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16092] typo


From: sigurdne
Subject: [Fmsystem-commits] [16092] typo
Date: Sat, 17 Dec 2016 11:08:42 +0000 (UTC)

Revision: 16092
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16092
Author:   sigurdne
Date:     2016-12-17 11:08:41 +0000 (Sat, 17 Dec 2016)
Log Message:
-----------
typo

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

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2016-12-16 19:20:36 UTC (rev 
16091)
+++ trunk/property/inc/class.uitts.inc.php      2016-12-17 11:08:41 UTC (rev 
16092)
@@ -3513,7 +3513,7 @@
                                $custom = 
createObject('property.custom_fields');
                                $vendor_data['attributes'] = 
$custom->find('property', '.vendor', 0, '', 'ASC', 'attrib_sort', true, true);
 
-                               $vendor_data = 
$contacts->read_single(array('id' => $ticket['vendor_id']), $vendor_data);
+                               $vendor_data = 
$contacts->read_single(array('id' => $vendor_id), $vendor_data);
                                if (is_array($vendor_data))
                                {
                                        foreach ($vendor_data['attributes'] as 
$attribute)




reply via email to

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