[#4411] Round currency to 0 decimal places on the Contracts page.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user