biz9-logic 4.9.105 → 4.9.106

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 +3 -3
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='9.7.6'
1
+ VERSION='9.7.7'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main'
package/index.js CHANGED
@@ -1109,7 +1109,7 @@ class Field_Logic {
1109
1109
  for(const prop in item){
1110
1110
  full_prop_str = String(prop + " "+full_prop_str);
1111
1111
  }
1112
- for(let b = 1; b < 30; b++){
1112
+ for(let b = 1; b < 75; b++){
1113
1113
  const exists = Str.check_if_str_exist(full_prop_str,"list_value_"+value_id+"_group_"+b);
1114
1114
  if(exists){
1115
1115
  if(b>max_group_id){
@@ -1126,14 +1126,14 @@ class Field_Logic {
1126
1126
  for(const prop in data){
1127
1127
  full_prop_str = String(prop + " "+full_prop_str);
1128
1128
  }
1129
- for(let a = 1; a < 30; a++){
1129
+ for(let a = 1; a < 75; a++){
1130
1130
  const exists = Str.check_if_str_exist(full_prop_str,"list_value_"+a);
1131
1131
  if(exists){
1132
1132
  if(a>max_value_id){
1133
1133
  max_value_id = a;
1134
1134
  }
1135
1135
  }
1136
- for(let b = 1; b < 30; b++){
1136
+ for(let b = 1; b < 20; b++){
1137
1137
  const exists = Str.check_if_str_exist(full_prop_str,"list_value_"+a+"_group_"+b);
1138
1138
  if(exists){
1139
1139
  if(b>max_group_id){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.9.105",
3
+ "version": "4.9.106",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"