mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/Currency
* display price column in "currency for" tab
This commit is contained in:
@@ -199,7 +199,7 @@ class CurrencyPage extends GenericPage
|
|||||||
'data' => array_values($boughtBy->getListviewData(ITEMINFO_VENDOR, [TYPE_CURRENCY => $this->typeId])),
|
'data' => array_values($boughtBy->getListviewData(ITEMINFO_VENDOR, [TYPE_CURRENCY => $this->typeId])),
|
||||||
'name' => '$LANG.tab_currencyfor',
|
'name' => '$LANG.tab_currencyfor',
|
||||||
'id' => 'currency-for',
|
'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)
|
if ($boughtBy->getMatches() > CFG_SQL_LIMIT_DEFAULT)
|
||||||
|
|||||||
Reference in New Issue
Block a user