Merge pull request #13413 from atm-florian/develop

fix extrafield creation with empty printable
This commit is contained in:
Laurent Destailleur 2020-03-25 18:31:28 +01:00 committed by GitHub
commit 0a92dcc5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;