fix: billing flow

This commit is contained in:
Jannat Patel
2023-09-21 12:52:31 +05:30
parent 3d00d96716
commit 153a8428f7
5 changed files with 34 additions and 6 deletions

View File

@@ -320,6 +320,7 @@ const open_batch_dialog = () => {
label: __("Category"),
fieldname: "category",
options: "LMS Category",
only_select: 1,
default: batch_info && batch_info.category,
},
{