comparison Modules/DisplayInvested.lua @ 51:84bfb5469189

Merged and closed ticket7
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 21 Jul 2010 01:22:30 -0700
parents 5e981c1df761
children bdf3aba93aa9
comparison
equal deleted inserted replaced
48:508110e7c8ee 51:84bfb5469189
96 newValue = newValue * numOwned 96 newValue = newValue * numOwned
97 end 97 end
98 98
99 ItemAuditor:SaveValue(link, newValue-investedTotal, 0) 99 ItemAuditor:SaveValue(link, newValue-investedTotal, 0)
100 end 100 end
101 StaticPopup_Show ("ItemAuditor_NewPrice", link, 'two'); 101 StaticPopup_Show ("ItemAuditor_NewPrice");
102 end 102 end
103 103
104 local function displayMoney(rowFrame, cellFrame, data, cols, row, realrow, column, fShow, table, ...) 104 local function displayMoney(rowFrame, cellFrame, data, cols, row, realrow, column, fShow, table, ...)
105 if fShow == true then 105 if fShow == true then
106 local money = data[realrow][column] 106 local money = data[realrow][column]