Merge pull request #2542 from Jennydmz/master
BUG-15198 Problemas con querys en fields.
This commit is contained in:
@@ -320,7 +320,7 @@ class XmlForm_Field
|
||||
return 1;
|
||||
}
|
||||
|
||||
if(isset($this->mode) && $this->mode == "edit" && (isset($this->owner->values[$this->name]) && $this->owner->values[$this->name] !== "")){
|
||||
if(isset($this->mode) && $this->mode == "edit" && (isset($this->owner->values[$this->name]) && $this->owner->values[$this->name] !== "") && ($this->type == "text" || $this->type == "currency" || $this->type == "percentage" || $this->type == "textarea" || $this->type == "hidden" || $this->type == "suggest")){
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user