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

@@ -13,5 +13,6 @@ class Employee < QboBaseModel
has_many :users
validates_presence_of :id, :name
self.primary_key = :id
qbo_sync push: false
end