diff --git a/pkg/coredata/vendor_compliance_report.go b/pkg/coredata/vendor_compliance_report.go index af388c1cb..006ed36f4 100644 --- a/pkg/coredata/vendor_compliance_report.go +++ b/pkg/coredata/vendor_compliance_report.go @@ -80,6 +80,7 @@ func (vcs *VendorComplianceReports) LoadForVendorID( q := ` SELECT id, + organization_id, vendor_id, report_date, valid_until, @@ -127,6 +128,7 @@ func (vcr *VendorComplianceReport) LoadByID( q := ` SELECT id, + organization_id, vendor_id, report_date, valid_until,