comparison reproctool.cgi @ 33:a4197a854e79

Using pretty numbers on output
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 18:02:01 +0000
parents 583e4c324c24 5c28a9d5fae7
children 7d9abc345081 2709fae95b1e
comparison
equal deleted inserted replaced
31:583e4c324c24 33:a4197a854e79
289 { 289 {
290 $text = $item->{name}; 290 $text = $item->{name};
291 } 291 }
292 else 292 else
293 { 293 {
294 $text = $item->{reprocessIsk}; 294 $text = pretty_numbers($item->{reprocessIsk});
295 } 295 }
296 } 296 }
297 else 297 else
298 { 298 {
299 $text = 'Unknown item'; 299 $text = 'Unknown item';