dolibarr/htdocs/install
daraelmin 9a151ebe2c
FIX v18 SQL error in llx_c_forme_juridique.sql when installing
insert into llx_c_forme_juridique (fk_pays, code, libelle) values (0, ‹ 0 ›,‹ - ›);

 And

insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,‹ 00 ›,‹ Organisme de placement collectif en valeurs mobilières sans personnalité morale ›);

throws an error as the column 'code' is integer not varchar and value must be unique

see : https://www.dolibarr.fr/forum/t/nouvelle-instalation-forme-juridiques-des-tiers-pratiquement-vide/44489/4
2023-12-05 08:19:28 +01:00
..
doctemplates Fix #24766 ODT - Supplier orders - mod ODT Doc Template 2023-06-10 16:49:24 +02:00
lib Clean code 2023-01-06 20:12:58 +01:00
medias
mssql
mysql FIX v18 SQL error in llx_c_forme_juridique.sql when installing 2023-12-05 08:19:28 +01:00
pgsql Debug v18 - warnings and pgsql migration 2023-06-26 23:02:17 +02:00
sqlite3/functions
.gitignore
check.php Fix minimum version 2023-10-12 13:43:46 +02:00
default.css
fileconf.php Clean code 2023-05-01 16:21:00 +02:00
inc.php Fix for backward compatibility 2023-10-25 16:41:46 +02:00
index.php NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
install.forced.sample.php Fix warnings 2022-12-28 13:58:23 +01:00
phpinfo.php
repair.php Fix typo partnershiap 2023-11-27 13:30:24 +01:00
robots.txt
step1.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-08-08 22:08:25 +02:00
step2.php Fix log 2023-10-25 17:03:37 +02:00
step4.php Fix log 2023-10-25 17:03:37 +02:00
step5.php Fix log 2023-10-25 17:03:37 +02:00
upgrade.php Fix log 2023-10-25 17:06:45 +02:00
upgrade2.php Fix missing deletion of an old file 2023-09-04 23:48:23 +02:00