mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 17:32:35 +01:00
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -2124,6 +2124,7 @@ class ExtraFields
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$visibility_abs = abs($visibility);
|
||||
// not modify if extra field is not in update form (0 : never, 2 or -2 : list only, 5 or - 5 : list and view only)
|
||||
if (empty($visibility_abs) || $visibility_abs == 2 || $visibility_abs == 5) {
|
||||
|
||||
Reference in New Issue
Block a user