prefill stamp field

pull/217/head
Pete Matsyburka 2 years ago
parent 7b2cadcb91
commit 3768fb94bf

@ -33,7 +33,7 @@ module Submitters
field = fields_uuid_index[key] field = fields_uuid_index[key]
if field['type'].in?(%w[initials signature image file]) && value.present? if field['type'].in?(%w[initials signature image file stamp]) && value.present?
new_value, new_attachments = new_value, new_attachments =
normalize_attachment_value(value, field['type'], template.account, attachments, for_submitter) normalize_attachment_value(value, field['type'], template.account, attachments, for_submitter)

Loading…
Cancel
Save