Merge branch 'split-file_bulkchange.class.inc.php_CellStatus_NullIssue.php' into split-file_bulkchange.class.inc.php

This commit is contained in:
Potherca-Bot
2025-09-02 16:42:20 +00:00
committed by anne-catherine

View File

@@ -0,0 +1,14 @@
<?php
class CellStatus_NullIssue extends CellStatus_Issue
{
public function __construct()
{
parent::__construct(null, null, null);
}
public function GetDescription()
{
return Dict::S('UI:CSVReport-Value-Missing');
}
}