dolibarr/htdocs/install
Laurent Destailleur 50f99a51bb Remove trigger BILLREC_CREATEBILL that should not exists as it is
duplicate of BILL_CREATE.
This trigger was not a CRUD event. If you used it, you can already use
the trigger BILL_CREATE and test that ($object->fac_rec > 0) to know if
creation trigger is from a recurring invoice or not. Also this old
trigger was never enabled into table llx_c_action_trigger.
2024-04-03 02:37:30 +02:00
..
doctemplates Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
lib clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
medias
mssql
mysql Remove trigger BILLREC_CREATEBILL that should not exists as it is 2024-04-03 02:37:30 +02:00
pgsql update trigger 2024-01-23 18:05:54 +01:00
sqlite3/functions
.gitignore
check.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
default.css
fileconf.php Qual: Several typing hints/some fixes. (#28483) 2024-02-28 15:36:29 +01:00
inc.php Try to FIX #28482 2024-03-24 15:34:19 +01: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 Qual: Spelling htdocs/[d-k]* (#27427) 2024-01-13 19:48:41 +01:00
phpinfo.php
repair.php Fix warning 2024-03-21 16:33:57 +01:00
robots.txt
step1.php Fix type of arg to mt_rand with cast to string 2024-03-19 02:59:26 +01:00
step2.php Fix arg type to preg_replace by forcing type definition 2024-03-20 04:09:34 +01:00
step4.php Qual: Remove unnecessary use of $_GET 2024-03-28 20:19:28 +01:00
step5.php Fix: Initialise array before assigning values (#28728) 2024-03-09 16:32:02 +01:00
upgrade.php Qual: Remove unnecessary use of $_GET 2024-03-28 20:19:28 +01:00
upgrade2.php PHPdoc typing 2024-03-24 11:03:06 +01:00