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).
* 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>
* 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>
* 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>
* 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>