Skip to content

Commit

Permalink
Merge pull request #964 from compucorp/btha-5a.1-send-invoice-by-email
Browse files Browse the repository at this point in the history
BTHAB-181: Send invoice by email
  • Loading branch information
erawat authored Aug 24, 2023
2 parents 1621124 + 1422547 commit 3e73a35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
run-unit-tests:

runs-on: ubuntu-latest
container: compucorp/civicrm-buildkit:1.3.0-php8.0-chrome
container: compucorp/civicrm-buildkit:1.3.1-php8.0-chrome

env:
CIVICRM_EXTENSIONS_DIR: site/web/sites/all/modules/civicrm/tools/extensions
Expand Down
1 change: 1 addition & 0 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<requires>
<ext>org.civicrm.shoreditch</ext>
<ext>uk.co.compucorp.usermenu</ext>
<ext>org.civicrm.afform</ext>
</requires>
<mixins>
<mixin>[email protected]</mixin>
Expand Down
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 3e73a35

Please sign in to comment.