fix: Add batch selection header with dark mode support

This commit is contained in:
Gadha2311
2025-09-15 17:03:54 +05:30
parent 3749b30af6
commit 6a72d51899
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<template>
<Modal class="h-auto w-96" :set-close-listener="false">
<p class="text-center font-semibold py-3">{{ t`Select the Batch` }}</p>
<p class="text-center font-semibold py-3 text-gray-800 dark:text-gray-200">
{{ t`Select the Batch` }}
</p>
<div class="px-10 pt-6">
<Link
-1
View File
@@ -528,7 +528,6 @@ export default defineComponent({
return {
itemGroupFilter: '',
additionalDiscounts: fyo.pesa(0),
// selectedItemForBatch: '' as string,
};
},
computed: {