turn on email notif for Membership Individual Fees
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -751,7 +751,7 @@ class Actions { | ... | @@ -751,7 +751,7 @@ class Actions { |
| 751 | } | 751 | } |
| 752 | 752 | ||
| 753 | 753 | ||
| 754 | Invoice\GenerateMembershipInvoice($uid, $status, $paid_by, false); | 754 | Invoice\GenerateMembershipInvoice($uid, $status, $paid_by, true); |
| 755 | // return json object | 755 | // return json object |
| 756 | $return = array( | 756 | $return = array( |
| 757 | 'success' => 'true' | 757 | 'success' => 'true' | ... | ... |
-
Please register or sign in to post a comment