Kleine API fixjes: cond-->condition
svn path=/Website/trunk/; revision=33420
This commit is contained in:
@@ -59,7 +59,7 @@ function model_reportsx(usrrap_key, rapparams)
|
||||
"condition" : { dbs: "fac_usrrap_cond",
|
||||
typ: "number",
|
||||
label: L("lcl_usrrap_showcondition"),
|
||||
required: true,
|
||||
required: true,
|
||||
defaultvalue: 0,
|
||||
LOV: L("lcl_usrrap_showconditionLOV")
|
||||
},
|
||||
@@ -342,7 +342,7 @@ function model_reportsx(usrrap_key, rapparams)
|
||||
this.fields["ratio"].readonly = true; // denk ik dan
|
||||
this.fields["pivot"].readonly = true;
|
||||
this.fields["graph"].readonly = true;
|
||||
this.fields["cond"].readonly = true;
|
||||
this.fields["condition"].readonly = true;
|
||||
}
|
||||
if (!user.checkAutorisation("WEB_UDRMAN", true))
|
||||
{ // Dit heeft betrekking op de zoekvelden van appl/fac/fac_reportx_show.asp?mode=search
|
||||
|
||||
Reference in New Issue
Block a user