IDEMPIERE-2655 Get Context Variable Error in WebService queryData
This commit is contained in:
parent
476c843c98
commit
9ea1cc3ff8
|
@ -424,7 +424,6 @@ public class AbstractService {
|
||||||
int indDot = varName.indexOf(".");
|
int indDot = varName.indexOf(".");
|
||||||
if (indDot == -1) {
|
if (indDot == -1) {
|
||||||
if (varName.charAt(0) == '#') {
|
if (varName.charAt(0) == '#') {
|
||||||
varName = varName.substring(1);
|
|
||||||
val = getCompiereService().getCtx().getProperty(varName);
|
val = getCompiereService().getCtx().getProperty(varName);
|
||||||
} else {
|
} else {
|
||||||
// If there is no table name, then it should be
|
// If there is no table name, then it should be
|
||||||
|
|
Loading…
Reference in New Issue