diff --git a/core/bulkchange/RowStatus_Issue.php b/core/bulkchange/RowStatus_Issue.php new file mode 100644 index 000000000..548d36242 --- /dev/null +++ b/core/bulkchange/RowStatus_Issue.php @@ -0,0 +1,16 @@ +m_sReason = $sReason; + } + + public function GetDescription() + { + return Dict::Format('UI:CSVReport-Row-Issue', $this->m_sReason); + } +} \ No newline at end of file