customer
This commit is contained in:
parent
61193ba818
commit
c972dcb50c
@ -317,7 +317,7 @@
|
||||
</form>
|
||||
</div> <!-- end card-body-->
|
||||
|
||||
<div class="tab-pane fade show active" id="subscriptionDetails" role="tabpanel" aria-labelledby="subscriptionDetails-tab">
|
||||
<div class="tab-pane fade show " id="subscriptionDetails" role="tabpanel" aria-labelledby="subscriptionDetails-tab">
|
||||
<?php if (!empty($subscriptionData)): ?>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
@ -487,13 +487,13 @@
|
||||
</script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
// Show the Subscription Details tab by default
|
||||
$('#subscriptionDetails-tab').tab('show');
|
||||
// Show the Customer Details tab by default
|
||||
$('#customerDetails-tab').tab('show');
|
||||
|
||||
// Handle tab switching
|
||||
$('#customerTabs a').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$(this).tab('show');
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user