* pivotModel: display the total lang item.
This commit is contained in:
@@ -1846,7 +1846,7 @@ class pivotModel extends model
|
||||
{
|
||||
if(in_array($field, $groups))
|
||||
{
|
||||
$colTotalRow->$field = '$togalGroup$';
|
||||
$colTotalRow->$field = $this->lang->pivot->step2->total;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user