fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13260] pricebook


From: Saul
Subject: [Fmsystem-commits] [13260] pricebook
Date: Fri, 22 May 2015 00:05:58 +0000

Revision: 13260
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13260
Author:   psaul
Date:     2015-05-22 00:05:57 +0000 (Fri, 22 May 2015)
Log Message:
-----------
pricebook

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

Modified: branches/dev-syncromind/property/inc/class.sopricebook.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sopricebook.inc.php      
2015-05-22 00:05:35 UTC (rev 13259)
+++ branches/dev-syncromind/property/inc/class.sopricebook.inc.php      
2015-05-22 00:05:57 UTC (rev 13260)
@@ -288,6 +288,7 @@
 
                function read_agreement_group($data)
                {
+           
                        if(is_array($data))
                        {
                                if ($data['start'])
@@ -305,7 +306,7 @@
                                $cat_id = 
(isset($data['cat_id'])?$data['cat_id']:0);
                                $allrows                = 
(isset($data['allrows'])?$data['allrows']:'');
                        }
-
+            
                        if ($order)
                        {
                                $ordermethod = " order by $order $sort";
@@ -331,7 +332,7 @@
                        }
 
                        $sql = "SELECT * FROM  fm_agreement_group $filtermethod 
$querymethod";
-
+            
                        $this->db->query($sql,__LINE__,__FILE__);
                        $this->total_records = $this->db->num_rows();
 




reply via email to

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