fix for sort order in post panel
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ Aux.sell.auction_listing_config = {
|
||||
end,
|
||||
},
|
||||
},
|
||||
sort_order = {{column = 4, order = 'ascending' }, {column = 4, order = 'ascending'}},
|
||||
sort_order = {{column = 5, order = 'ascending' }},
|
||||
}
|
||||
|
||||
function private.parse_inventory()
|
||||
|
||||
Reference in New Issue
Block a user