Files
dolibarr/htdocs/core
Mickaël 'lastmikoi' FALCK f136cee0f2 FIX #24138 Fix box_birthdays SQL for postgres
PR #21631's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.

In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-16 17:03:28 +01:00
..
2023-03-01 23:50:02 +01:00
2023-02-10 19:24:50 +01:00
2023-03-02 10:38:45 +01:00
2023-01-17 11:49:10 +01:00
2023-03-03 12:23:00 +01:00
2023-03-02 13:11:08 +01:00
2023-03-02 08:49:36 +00:00
2023-03-01 23:50:02 +01:00
2023-01-18 22:34:59 +01:00
2023-02-20 00:16:02 +01:00
2023-02-25 19:51:05 +01:00
2023-02-17 16:52:00 +01:00
2023-02-10 16:07:55 +01:00
2023-01-14 11:43:47 +01:00
2023-03-01 23:50:02 +01:00