Updated t work with redmine_qbo 2026.3.9

This commit is contained in:
2026-03-14 21:56:09 -04:00
parent 60a7f769ce
commit 564158722d
4 changed files with 8 additions and 17 deletions

View File

@@ -21,8 +21,8 @@ module RedmineQboLineItems
# Called by the QboSyncDispatcher
def qbo_full_sync (context={})
log "Adding ItemSyncJob to QBO sync dispatcher"
return ItemSyncJob
log "Adding Item to QBO sync dispatcher"
return Item
end
private