Skip to content

Do Dev3.9 as main version

Christophe Javouhey requested to merge dev3.9 into main

For Canteen module, load all configuration variables from database. Patch bug about min date of generate monthly bills and cateen/nursery plannings Allow to create canteen and nursery registrations in the planning on saterday and sunday. In admin module, check if entered value of a config parameter in XML format is well formed. If not, the vlaue isn't save in DB and doesn't lock the software. When autosave plugins are activated for canteen and nursery plannings, submit and reset buttons are hidden. Patch bug to load LANG_ variables in PHP8 Patch a bug about loading translations from DB for the right language set in $CONF_LANG coming from Config.php file or DB. Remove initStartTime() function of each /Support/ file and put this function in /GUI/GraphicInterface.php file Cant' display the right canteen or nursery day synthesis for the first week of the year. Legend of canteen planning is in relation with $CONF_MEAL_TYPES content. $CONF_LANG is taken into account when set thanks to the admin module. If we remove one of items in the $CONF_MEAL_TYPES conf variable, the items are not correctly displayed.

Merge request reports