From cd6f78bedf822fb935d0c29614cd895e8a92ec36 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 26 Apr 2023 11:10:01 -0400 Subject: [PATCH] Add require so PdfFill module is found (#12479) Co-authored-by: michelpmcdonald --- lib/central_mail/datestamp_pdf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/central_mail/datestamp_pdf.rb b/lib/central_mail/datestamp_pdf.rb index 2798d4c4d4c..203831cb735 100644 --- a/lib/central_mail/datestamp_pdf.rb +++ b/lib/central_mail/datestamp_pdf.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'common/file_helpers' +require 'pdf_fill/filler' module CentralMail class DatestampPdf