Page/Currency

* display price column in "currency for" tab
This commit is contained in:
Sarjuuk
2018-12-11 19:55:02 +01:00
parent db012cfa8c
commit ead6e72668

View File

@@ -199,7 +199,7 @@ class CurrencyPage extends GenericPage
'data' => array_values($boughtBy->getListviewData(ITEMINFO_VENDOR, [TYPE_CURRENCY => $this->typeId])),
'name' => '$LANG.tab_currencyfor',
'id' => 'currency-for',
'extraCols' => ["\$Listview.funcBox.createSimpleCol('stack', 'stack', '10%', 'stack')"],
'extraCols' => ["\$Listview.funcBox.createSimpleCol('stack', 'stack', '10%', 'stack')", '$Listview.extraCols.cost'],
);
if ($boughtBy->getMatches() > CFG_SQL_LIMIT_DEFAULT)