diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-15 15:43:30 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-15 15:43:30 +0000 |
commit | 7accfb486c2035ba010e1c55e2ab875d8f906bf8 (patch) | |
tree | 2582739b8b05559000c1659f21b98805a78acb51 /h-source/Application/Models/HistoryModel.php | |
parent | ff7042aba4ba6a98b98b7a4435417d63374f2d69 (diff) |
permanently deleted devices are no more shown in the history
Diffstat (limited to 'h-source/Application/Models/HistoryModel.php')
-rw-r--r-- | h-source/Application/Models/HistoryModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Models/HistoryModel.php b/h-source/Application/Models/HistoryModel.php index 4e345ed..cf63dbe 100644 --- a/h-source/Application/Models/HistoryModel.php +++ b/h-source/Application/Models/HistoryModel.php @@ -29,6 +29,7 @@ class HistoryModel extends Model_Tree { $this->_where=array( 'approved' => 'hardware', 'deleted' => 'hardware', + 'cleared' => 'hardware', ); $this->orderBy = 'history.id_history'; |