151208 Commits

Author SHA1 Message Date
Laurent Destailleur
0ae23ec0d1 Fix log 2026-01-21 19:19:36 +01:00
Laurent Destailleur
7ad0874162 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-21 18:23:15 +01:00
Laurent Destailleur
3cbe24ad8c Doc 2026-01-21 18:23:03 +01:00
Laurent Destailleur
a3e6bbb862 Code comment 2026-01-21 17:43:10 +01:00
Laurent Destailleur
1edf2a6ae1 ci 2026-01-21 14:30:04 +01:00
splohmer
508cf6fba9 FIX missmatch of permission check of button and action of cancel delivery note (expedition) (#36943)
In expedition/card.php there is the action "confirm_cancel" which checks for the right supprimer of expedition. The corresponding UI Button checks for creer of expedition. This means some people can see the button, but nothing happens when clicking on it (also no error message).
2026-01-21 14:25:24 +01:00
John BOTELLA
3a3a20e537 QUAL : remove PHP in JS CODE (#36473)
* New hooks and data for ajax getSupplier price

* Fix header

* Quality of code : remove PHP from js code part 02

* Quality of code : remove PHP from js code part 02

* Quality of code : remove PHP from js code part 02

* remove last php

* import last develop changes

* Update objectline_create.tpl.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-21 14:24:30 +01:00
Laurent Destailleur
e72345334a Fix ci 2026-01-21 13:40:25 +01:00
Laurent Destailleur
7f3a6a5a40 ci 2026-01-21 13:35:29 +01:00
Laurent Destailleur
b14bae17ae Fix ci 2026-01-21 13:22:02 +01:00
Laurent Destailleur
c89d710fdd Fix ci 2026-01-21 12:47:45 +01:00
Laurent Destailleur
a79d80e11a Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-21 12:45:03 +01:00
Laurent Destailleur
ad092a37f3 Fix ci 2026-01-21 12:44:12 +01:00
Laurent Destailleur
0daf289924 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0 2026-01-21 12:31:51 +01:00
Laurent Destailleur
d4602e6b6f Fix ci 2026-01-21 12:31:38 +01:00
Laurent Destailleur
d4030302c9 Comment 2026-01-21 12:29:49 +01:00
Lucas Marcouiller
7c533b7068 Fix email layout selector for product (#36948)
Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
2026-01-21 12:28:05 +01:00
Laurent Destailleur
b0a67d5c4d Fix ci 2026-01-21 12:27:46 +01:00
Laurent Destailleur
fba2a97ab6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2026-01-21 12:16:44 +01:00
Laurent Destailleur
a2555bab6b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-21 12:14:46 +01:00
Laurent Destailleur
eff943bbcf Fix false positive 2026-01-21 12:14:27 +01:00
Laurent Destailleur
068fdc9431 Debug v23 2026-01-21 12:02:13 +01:00
Laurent Destailleur
ec77531a2a Debug v23 2026-01-21 11:58:56 +01:00
Laurent Destailleur
70d7357128 Debug v23 2026-01-21 11:35:36 +01:00
Laurent Destailleur
f8d9a2e829 Fix css and responsive pb 2026-01-21 11:16:10 +01:00
Charlène Benke
47ae685061 NEW Update holiday class to handle date_create field (#36918)
* Update holiday class to handle date_create field

Add conditional logic to include date_create in SQL update.

* Update holiday.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-21 01:41:03 +01:00
Charlène Benke
9a75f66e29 NEW Can add date_create on expense report update (#36936)
* Add date_create on expense report update

* Update expensereport.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-21 01:39:46 +01:00
John BOTELLA
5672008258 FIX WebPortal responsive menu dropdown (#36937)
* Fix responsive menu dropdown

* Change comment from French to English

Updated comment to English for better clarity.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-21 01:39:23 +01:00
Frédéric FRANCE
5ecc8fe61e add filter on product list (#36926)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-21 01:36:58 +01:00
Laurent Destailleur
7e17711871 Fix trans 2026-01-21 00:58:54 +01:00
Laurent Destailleur
b769c1a8b0 Fix css 2026-01-21 00:47:25 +01:00
Laurent Destailleur
01c2c563fb Fix css 2026-01-21 00:47:06 +01:00
Laurent Destailleur
c570b91c96 Debug 2026-01-21 00:36:37 +01:00
Laurent Destailleur
fb7232dc82 Doc 2026-01-21 00:33:24 +01:00
Laurent Destailleur
60dcff1475 Clean code 2026-01-21 00:31:08 +01:00
Laurent Destailleur
0698c3316b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-21 00:10:40 +01:00
Laurent Destailleur
db49600983 Fix ci 2026-01-21 00:10:30 +01:00
Charlène Benke
33c51e3704 add holiday reference on user hr bank tabs (#36933) 2026-01-21 00:08:29 +01:00
Braito
8d388632cf fix(cron): clamp lastoutput and harden run_jobs (#36938)
* FIX|Fix Cron job lastoutput overflow

Clamp cronjob.lastoutput to MAXIMUM_LENGTH_FOR_LASTOUTPUT_FIELD in create/update to avoid SQL errors when output exceeds DB TEXT size.

Also harden run_jobs():
- jobtype=function: report lib/lang load failures into lastoutput/lastresult and parse params more reliably (comma + trim, supports "0").
- jobtype=command: mark run as failed when CLI is disabled, fall back to sys_get_temp_dir(), and report an explicit error if no temp dir can be resolved.

Signed-off-by: Camino Travel Center <noreply@caminotravelcenter.com>

* Update cronjob.class.php

---------

Signed-off-by: Camino Travel Center <noreply@caminotravelcenter.com>
Co-authored-by: Camino Travel Center <noreply@caminotravelcenter.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-20 23:53:29 +01:00
Laurent Destailleur
f8123ebc64 CSS 2026-01-20 23:49:36 +01:00
Laurent Destailleur
5e72196245 Fix link 2026-01-20 23:43:58 +01:00
Laurent Destailleur
106ffcfbd6 Fix legacy code 2026-01-20 23:35:41 +01:00
Laurent Destailleur
38f6c4bce1 Remove a TODO 2026-01-20 23:25:27 +01:00
Laurent Destailleur
53231470fc Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-20 23:16:38 +01:00
Laurent Destailleur
715aeb91d9 Fix CI 2026-01-20 23:16:24 +01:00
Frédéric FRANCE
d77fe3afe8 fix ci (#36942)
* fix ci

* Update contact.php
2026-01-20 23:07:24 +01:00
Laurent Destailleur
b93aacbba2 Fix CI 2026-01-20 17:39:40 +01:00
Laurent Destailleur
618ef9925b Fix CI 2026-01-20 17:36:38 +01:00
Laurent Destailleur
6549f135d1 FIX CI 2026-01-20 17:12:25 +01:00
Laurent Destailleur
8da132d4ce Fix CI 2026-01-20 17:04:07 +01:00