fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16801]


From: nelson . guerra
Subject: [Fmsystem-commits] [16801]
Date: Tue, 30 May 2017 13:07:20 -0400 (EDT)

Revision: 16801
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16801
Author:   nelson224
Date:     2017-05-30 13:07:20 -0400 (Tue, 30 May 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.uireport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-30 17:07:04 UTC (rev 16800)
+++ branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-30 17:07:20 UTC (rev 16801)
@@ -793,6 +793,11 @@
                        $data['criteria'] = $criteria;
                        
                        $list = $this->bo->read_to_export($dataset_id, $data);
+                       
+                       if (!count($list))
+                       {
+                               return lang('No records');
+                       }
                
                        $html_table = '<table class="pure-table 
pure-table-bordered">';
                        $html_table .= '<thead><tr>';




reply via email to

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