Removed custom field sync, it was never really useful anyways.

This commit is contained in:
2026-03-28 00:25:07 -04:00
parent 681e7f8047
commit e681203a45
4 changed files with 0 additions and 110 deletions

View File

@@ -29,8 +29,6 @@ class InvoiceAttachmentService
issue.save! if issue.changed?
log "Attached invoice ##{@invoice.id} to issue ##{issue.id}"
end
InvoiceCustomFieldSyncService.new(issue, @invoice, @remote).sync
end
end