-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix customreports.lib.php * Update commondict.class.php * Update ctyperesource.class.php * fix * CommonDict is not a business class * Update ctyperesource.class.php * Update ctyperesource.class.php --------- Co-authored-by: Laurent Destailleur <[email protected]>
- Loading branch information
1 parent
3b0ccdd
commit 836bb71
Showing
3 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
/* Copyright (C) 2024 Laurent Destailleur <[email protected]> | ||
/* Copyright (C) 2024 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* | ||
|
@@ -591,7 +591,7 @@ function fillArrayOfFilterFields($object, $tablealias, $labelofobject, &$arrayof | |
'position' => 1000 + (int) $extrafields->attributes[$object->table_element]['pos'][$key] + ($count * 100000), | ||
'table' => $object->table_element, | ||
'tablefromt' => $tablepath, | ||
'type' => $val['type'] // TODO: Check this, seems a copy/paste error | ||
'type' => $extrafields->attributes[$object->table_element]['type'][$key], | ||
); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters