diff --git a/core/bulkchange/CellStatus_Modify.php b/core/bulkchange/CellStatus_Modify.php new file mode 100644 index 000000000..3a5cd4630 --- /dev/null +++ b/core/bulkchange/CellStatus_Modify.php @@ -0,0 +1,23 @@ +m_previousValue = $previousValue; + parent::__construct($proposedValue); + } + + public function GetDescription() + { + return Dict::S('UI:CSVReport-Value-Modified'); + } + + //public function GetPreviousValue() + //{ + // return $this->m_previousValue; + //} +} \ No newline at end of file