Fixed lookup of form extension.
This commit is contained in:
parent
c035fd5ec2
commit
c75089559b
|
@ -12,7 +12,7 @@ public class Extensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
ServiceQuery query = new ServiceQuery();
|
ServiceQuery query = new ServiceQuery();
|
||||||
query.put("id", id);
|
query.put(ServiceQuery.EXTENSION_ID, id);
|
||||||
return Service.locate(Object.class, "org.adempiere.webui.Form", query);
|
return Service.locate(Object.class, "org.adempiere.webui.Form", query);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue