[#4411] Round currency to 0 decimal places on the Contracts page.

This commit is contained in:
Eric Davis
2010-08-12 10:03:37 -07:00
parent 82d46bd12a
commit fa12fcd129
4 changed files with 30 additions and 24 deletions
+2
View File
@@ -1,6 +1,8 @@
class Contract < ActiveRecord::Base
unloadable
ViewPrecision = 0
# Associations
belongs_to :project
belongs_to :account_executive, :class_name => 'User', :foreign_key => 'account_executive_id'