Fix association type for issues in Estimate model

This commit is contained in:
2026-08-09 20:47:55 -04:00
parent 396a56ceec
commit 9373963c94
+1 -1
View File
@@ -10,7 +10,7 @@
class Estimate < QboBaseModel class Estimate < QboBaseModel
has_and_belongs_to_many :issues has_many :issues
belongs_to :customer belongs_to :customer
validates_presence_of :doc_number, :id validates_presence_of :doc_number, :id
self.primary_key = :id self.primary_key = :id