- added new "delete old signatures" option to "signature reader" dialog, closed #95
This commit is contained in:
@@ -337,7 +337,7 @@ class SystemModel extends BasicModel {
|
||||
|
||||
/**
|
||||
* get all signatures of this system
|
||||
* @return array
|
||||
* @return SystemModel array
|
||||
*/
|
||||
public function getSignatures(){
|
||||
$this->filter('signatures', ['active = ?', 1], ['order' => 'name']);
|
||||
|
||||
Reference in New Issue
Block a user