Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop
This commit is contained in:
Laurent Destailleur
2024-04-08 03:38:04 +02:00
10 changed files with 97 additions and 44 deletions

View File

@@ -593,6 +593,7 @@ class ExtraFields
$lengthdb = '255';
} elseif ($type == 'html') {
$typedb = 'text';
$lengthdb = $length;
} elseif ($type == 'link') {
$typedb = 'int';
$lengthdb = '11';