FSN#32922 model herzien savepoint
svn path=/Website/trunk/; revision=25750
This commit is contained in:
@@ -22,7 +22,6 @@ function model_reportcolumns(usrrap_key, params)
|
||||
this.record_name = "column";
|
||||
this.records_title = L("lcl_rap_columns");
|
||||
this.record_title = L("lcl_rap_column");
|
||||
this.parent_key = "fac_usrrap_key",
|
||||
this.autfunction = "WEB_PRSSYS",
|
||||
|
||||
this.fields =
|
||||
@@ -41,7 +40,9 @@ function model_reportcolumns(usrrap_key, params)
|
||||
LOV: L("lcl_rap_visibleLOV")}, // "V;Visible;I;Invisible;H;hidden"
|
||||
"group" : { dbs: "fac_usrrap_cols_group", typ: "varchar", label: L("lcl_rap_groupby"),
|
||||
required: true,
|
||||
LOV: L("lcl_rap_groupbyLOV") }
|
||||
LOV: L("lcl_rap_groupbyLOV") },
|
||||
"fac_usrrap_key" : { dbs: "fac_usrrap_key", typ: "key" }
|
||||
|
||||
};
|
||||
|
||||
this.list = { columns: ["sequence", "name", "caption", "datatype", "visible", "filter", "group"] };
|
||||
|
||||
Reference in New Issue
Block a user