From 96bdd8c4e441517f51c0d174431c08b065198db8 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Sat, 9 Jan 2021 19:35:23 +0000 Subject: [PATCH] Set title of list of lineitems to 'Payment Information' to match changes in 8.x version --- includes/wf_crm_webform_preprocess.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wf_crm_webform_preprocess.inc b/includes/wf_crm_webform_preprocess.inc index 532c9181f..3182e7fbe 100644 --- a/includes/wf_crm_webform_preprocess.inc +++ b/includes/wf_crm_webform_preprocess.inc @@ -604,7 +604,7 @@ class wf_crm_webform_preprocess extends wf_crm_webform_base { ]; return theme('table', [ 'sticky' => FALSE, - 'caption' => $this->contribution_page['title'], + 'caption' => $this->contribution_page['frontend_title'] ?? $this->contribution_page['title'], 'header' => [], 'rows' => $rows, 'attributes' => ['id' => "wf-crm-billing-items"],