fix: check seats of a batch at the time of billing

This commit is contained in:
Jannat Patel
2025-03-20 11:03:08 +05:30
parent 04cbd6a1d8
commit 7ae3cf5d95
6 changed files with 1375 additions and 14 deletions

View File

@@ -28,10 +28,7 @@
<div
class="flex flex-col space-y-2 lg:space-y-0 lg:flex-row lg:items-center lg:space-x-4"
>
<TabButtons
:buttons="courseTabs"
v-model="currentTab"
/>
<TabButtons :buttons="courseTabs" v-model="currentTab" />
<FormControl
v-model="certification"
:label="__('Certification')"