[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How to display as integer
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