* pivotModel: display the total lang item.

This commit is contained in:
liugang
2023-10-31 10:01:07 +08:00
parent 8ccfa46dfe
commit 85f5a92bfa
+1 -1
View File
@@ -1846,7 +1846,7 @@ class pivotModel extends model
{
if(in_array($field, $groups))
{
$colTotalRow->$field = '$togalGroup$';
$colTotalRow->$field = $this->lang->pivot->step2->total;
}
else
{