FOUR-11204 Address [31859 - 34143] Unable to edit PMTABLES that have float type and double type columns

This commit is contained in:
Julio Cesar Laura Avendaño
2024-01-18 15:29:55 -04:00
parent fda156f070
commit fa788911f4

View File

@@ -409,7 +409,7 @@ class AdditionalTables extends BaseAdditionalTables
* *
* @return array * @return array
*/ */
public static function getAllData($uid, $start = null, $limit = null, $keyOrderUppercase = true, $filter = '', $appUid = false, $search = '') public function getAllData($uid, $start = null, $limit = null, $keyOrderUppercase = true, $filter = '', $appUid = false, $search = '')
{ {
$conf = Bootstrap::getSystemConfiguration(); $conf = Bootstrap::getSystemConfiguration();
$addTab = new AdditionalTables(); $addTab = new AdditionalTables();