Skip to content

Commit

Permalink
BTHAB-181: Add send invoice by email action
Browse files Browse the repository at this point in the history
  • Loading branch information
erawat committed Aug 23, 2023
1 parent 1621124 commit ec0c79e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions managed/SavedSearch_Civicase_Quotations.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ec0c79e

Please sign in to comment.