RECONCILE : fix bug : sum incorrect if several items
This commit is contained in:
parent
2caad0c560
commit
72243dd3cb
5 changed files with 98 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue