[ic] How to display as integer

DB interchange-users@icdevgroup.org
Wed Oct 16 09:58:01 2002


I'm using 4.8.6 with a modified foundation catalog. I'm looking for a 
way to display only the integer part of a real number. I've added a 
column to my products table called "min_qty" which is the minimum 
quantity of an item that can be ordered. Currently this gets displayed 
as for example "10.00" but I want it to show up as "10". Any ideas other 
than changing the database column attributes?

DB