mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Merge branch 'split-file_bulkchange.class.inc.php_RowStatus_Disappeared.php' into split-file_bulkchange.class.inc.php
This commit is contained in:
9
core/bulkchange/RowStatus_Disappeared.php
Normal file
9
core/bulkchange/RowStatus_Disappeared.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class RowStatus_Disappeared extends RowStatus_Modify
|
||||
{
|
||||
public function GetDescription()
|
||||
{
|
||||
return Dict::Format('UI:CSVReport-Row-Disappeared', $this->m_iChanged);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user