swshop helpfile and updates

This commit is contained in:
Anavrins
2020-01-29 23:14:38 -05:00
parent a9c613164c
commit 48f142accc
3 changed files with 29 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ end
function page.grid:getDisplayValues(row)
row = Util.shallowCopy(row)
local x = row.recipient
row.from = x and x:match('(%w+)@') or row.from
row.from = x and x:match('(.+)@') or row.from
return row
end