biz9-logic 4.8.234 → 4.8.236

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 +2 -2
  3. package/package.json +1 -1
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='7.1.4'
1
+ VERSION='7.1.6'
2
2
  TITLE='BiZ9-Logic';
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git';
4
4
  BRANCH='main';
package/index.js CHANGED
@@ -191,8 +191,8 @@ class Page_Logic {
191
191
  }
192
192
  return item_list;
193
193
  };
194
- static get_page_section = (type,page_id,section_id,value_id,value,item_list) => {
195
- return {type:type,page_id:page_id,section_id:section_id,value_id:value_id,value:value,item_list:item_list};
194
+ static get_page_section = (type,page_id,section_id,value_id,value,value_list) => {
195
+ return {type:type,page_id:page_id,section_id:section_id,value_id:value_id,value:value,value_list:value_list};
196
196
  };
197
197
  static get_section_type_list = () => {
198
198
  return [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "4.8.234",
3
+ "version": "4.8.236",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"