Add option value to select type (Child table)

@Osk

frm.fields_dict.child_table_name.grid.update_docfield_property(
    	"child_table_fieldname",
    	"options",
    	["Draft", "Submitted"]
);