mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Move to sources Core BulkChange
This commit is contained in:
9
sources/Core/BulkChange/bulkchange/RowStatus_NewObj.php
Normal file
9
sources/Core/BulkChange/bulkchange/RowStatus_NewObj.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class RowStatus_NewObj extends RowStatus
|
||||
{
|
||||
public function GetDescription()
|
||||
{
|
||||
return Dict::S('UI:CSVReport-Row-Created');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user