RECONCILE : fix bug : sum incorrect if several items

This commit is contained in:
sparkyx 2024-09-05 21:20:08 +02:00
parent 2caad0c560
commit 72243dd3cb
5 changed files with 98 additions and 17 deletions

View file

@ -28,7 +28,7 @@ global $version_noalyss;
define('NOALYSS_VERSION', 9300 );
// Database schema version
define("DBVERSION", 201);
define("DBVERSION", 202);
// version for MONO_DATABASE
define("MONO_DATABASE", 25);