CHANGE_ ACTIVE BUTTON TYPE IN MEMBERS MODULE
This commit is contained in:
parent
9fd330dded
commit
f7c7ec1078
@ -548,7 +548,8 @@ public function create_or_update_subscription($invoice_id, $msg_flag_name = null
|
||||
'business_id' => get_business_id(),
|
||||
'created_by' => get_logged_user_id(),
|
||||
'is_renew' => $renewal,
|
||||
'membership_id'=>$membership_id
|
||||
'membership_id'=>$membership_id,
|
||||
'status' =>1
|
||||
];
|
||||
|
||||
// Insert the subscription data
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
<div class="form-group">
|
||||
<label>Select Subscription Type:</label>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="download_type" id="activeOption" value="active">
|
||||
<input class="form-check-input" type="radio" name="download_type" id="activeOption" value="active" checked>
|
||||
<label class="form-check-label" for="activeOption">Active Membership Customer</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
@ -163,7 +163,7 @@
|
||||
<label class="form-check-label" for="expiredOption">Expired Membership Customer</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="download_type" id="bothOption" value="both" checked>
|
||||
<input class="form-check-input" type="radio" name="download_type" id="bothOption" value="both">
|
||||
<label class="form-check-label" for="bothOption">Both</label>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user