feat: batch meta and raw details

This commit is contained in:
Jannat Patel
2023-09-27 19:21:57 +05:30
parent 5614a6203f
commit 0fcea692c7
5 changed files with 59 additions and 1 deletions

View File

@@ -340,6 +340,18 @@ const open_batch_dialog = () => {
default: batch_info && batch_info.batch_details,
reqd: 1,
},
{
fieldtype: "HTML Editor",
label: __("Batch Details Raw"),
fieldname: "batch_details_raw",
default: batch_info && batch_info.batch_details_raw,
},
{
fieldtype: "Attach Image",
label: __("Meta Image"),
fieldname: "meta_image",
default: batch_info && batch_info.image,
},
{
fieldtype: "Section Break",
label: __("Pricing"),