Module:Store locations list: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 212: Line 212:
     local buyvalue = item['Store buy price'] or ''
     local buyvalue = item['Store buy price'] or ''
     local buySortValue = 0
     local buySortValue = 0
mw.log("buyvalue", buyvalue)
     if not(buyvalue == 'N/A') and not(buyvalue == 1e10) then
     if not(buyvalue == 'N/A') and not(buyvalue == 1e10) then
         buyvalue = tonumber(buyvalue)
         buyvalue = tonumber(buyvalue)

Navigation menu