Minor, fix an issue with StoredCustomFields that serialize, like JIRA
This commit is contained in:
@@ -39,4 +39,9 @@ abstract class DifferentialStoredCustomField
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setValueFromApplicationTransactions($value) {
|
||||||
|
$this->setValue($value);
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user