biz9-logic 4.9.100 → 4.9.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/biz9_config +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='9.7.1'
1
+ VERSION='9.7.2'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='9.6.8'
package/index.js CHANGED
@@ -1104,7 +1104,7 @@ class Event_Logic {
1104
1104
  }
1105
1105
  class Field_Logic {
1106
1106
  static get_item_max_group_id = (value_id,item) => {
1107
- let max_group_id = 1;
1107
+ let max_group_id = 0;
1108
1108
  let full_prop_str = "";
1109
1109
  for(const prop in item){
1110
1110
  full_prop_str = String(prop + " "+full_prop_str);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.9.100",
3
+ "version": "4.9.101",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"