Merge pull request #2108 from Jennydmz/BUG-12254a

BUG_12254 funcionalidad search en Datos de PMtables.
This commit is contained in:
julceslauhub
2013-10-31 08:29:38 -07:00

View File

@@ -422,7 +422,7 @@ class pmTablesProxy extends HttpProxyController
$table = $additionalTables->load( $httpData->id, true );
if ($filter != '') {
$result = $additionalTables::getAllData( $httpData->id, $start, $limit, true, $filter);
$result = $additionalTables->getAllData( $httpData->id, $start, $limit, true, $filter);
} else {
$result = $additionalTables->getAllData( $httpData->id, $start, $limit );
}