Added qbo_sync flag

This commit is contained in:
2026-03-13 08:33:18 -04:00
parent c87e18810b
commit 2bcb1840a4
5 changed files with 19 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ class Estimate < QboBaseModel
belongs_to :customer
validates_presence_of :doc_number, :id
self.primary_key = :id
qbo_sync push: false
# returns a human readable string
def to_s