Skip to content
Snippets Groups Projects
Commit 40ea3549 authored by Andre Loreth's avatar Andre Loreth
Browse files

#1051579: Organisation: Fix ORGANISATION_REPORT_DATA valueProcess

parent 0efa7126
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import("system.vars");
import("system.result");
import("Organisation_lib");
var reportData = OrgUtils.buildOrgReport(vars.get("$field.ORGANISATIONID"))
var reportData = OrgUtils.buildOrgReport(vars.get("$field.ORGANISATIONID"), vars.get("$field.CONTACTID"))
if (reportData != null) {
result.string(reportData[1]);
......
import("system.vars");
import("Organisation_lib");
OrgUtils.openOrgReport(vars.get("$field.ORGANISATIONID"), vars.get("$field.CONTACTID"));
\ No newline at end of file
OrgUtils.openOrgReport(vars.get("$field.ORGANISATIONID"));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment