mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: Add batch selection header with dark mode support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -528,7 +528,6 @@ export default defineComponent({
|
||||
return {
|
||||
itemGroupFilter: '',
|
||||
additionalDiscounts: fyo.pesa(0),
|
||||
// selectedItemForBatch: '' as string,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user