Merge pull request #639 from pateljannat/summary

feat: assignment as text
This commit is contained in:
Jannat Patel
2023-10-07 11:08:10 +05:30
committed by GitHub
10 changed files with 172 additions and 40 deletions

View File

@@ -350,7 +350,7 @@ const open_batch_dialog = () => {
fieldtype: "Attach Image",
label: __("Meta Image"),
fieldname: "meta_image",
default: batch_info && batch_info.image,
default: batch_info && batch_info.meta_image,
},
{
fieldtype: "Section Break",