Minor, fix an issue with StoredCustomFields that serialize, like JIRA
This commit is contained in:
parent
44b41a94ae
commit
06626205fe
|
@ -39,4 +39,9 @@ abstract class DifferentialStoredCustomField
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function setValueFromApplicationTransactions($value) {
|
||||
$this->setValue($value);
|
||||
return $this;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue