forked from Wavyzz/dolibarr
Merge pull request #13413 from atm-florian/develop
fix extrafield creation with empty printable
This commit is contained in:
@@ -392,6 +392,7 @@ class ExtraFields
|
||||
if (empty($list)) $list = '0';
|
||||
if (empty($required)) $required = 0;
|
||||
if (empty($unique)) $unique = 0;
|
||||
if (empty($printable)) $printable = 0;
|
||||
if (empty($alwayseditable)) $alwayseditable = 0;
|
||||
if (empty($totalizable)) $totalizable = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user