79d75506 by Kevin Burton

turn on email notif for Membership Individual Fees

1 parent a584bd38
......@@ -751,7 +751,7 @@ class Actions {
}
Invoice\GenerateMembershipInvoice($uid, $status, $paid_by, false);
Invoice\GenerateMembershipInvoice($uid, $status, $paid_by, true);
// return json object
$return = array(
'success' => 'true'
......