mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update qbo_estimate.rb
This commit is contained in:
@@ -13,7 +13,7 @@ class QboEstimate < ActiveRecord::Base
|
||||
has_many :issues
|
||||
belongs_to :customer
|
||||
attr_accessible :doc_number
|
||||
validates_presence_of :id, :doc_number
|
||||
validates_presence_of :id, :doc_number, :customer_id
|
||||
|
||||
def self.get_base
|
||||
Qbo.get_base(:estimate)
|
||||
|
||||
Reference in New Issue
Block a user