From ec0c79eb9ea3c58b3da1bf2642e8c539e27e978e Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Wed, 23 Aug 2023 15:41:39 +0100 Subject: [PATCH] BTHAB-181: Add send invoice by email action --- managed/SavedSearch_Civicase_Quotations.mgd.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/managed/SavedSearch_Civicase_Quotations.mgd.php b/managed/SavedSearch_Civicase_Quotations.mgd.php index f6ff96ed5..f5275daee 100644 --- a/managed/SavedSearch_Civicase_Quotations.mgd.php +++ b/managed/SavedSearch_Civicase_Quotations.mgd.php @@ -564,6 +564,17 @@ 'path' => '', 'condition' => [], ], + [ + 'path' => 'civicrm/contribute/invoice/email/?reset=1&id=[contribution_id]&select=email', + 'icon' => 'fa-paper-plane-o', + 'text' => 'Send By Email', + 'style' => 'default', + 'condition' => [], + 'entity' => '', + 'action' => '', + 'join' => '', + 'target' => 'crm-popup', + ], ], 'type' => 'menu', 'alignment' => 'text-right',