diff --git a/core/bulkchange/RowStatus_Modify.php b/core/bulkchange/RowStatus_Modify.php new file mode 100644 index 0000000000..e5bf20b479 --- /dev/null +++ b/core/bulkchange/RowStatus_Modify.php @@ -0,0 +1,16 @@ +m_iChanged = $iChanged; + } + + public function GetDescription() + { + return Dict::Format('UI:CSVReport-Row-Updated', $this->m_iChanged); + } +} \ No newline at end of file