Skip to content

Commit

Permalink
v2-Beta14 release - By Grolaf
Browse files Browse the repository at this point in the history
fix: added comma at line 22 in website.py
  • Loading branch information
kid1194 authored Jan 30, 2024
2 parents d8ea9ed + 0001b97 commit 04cb21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe_better_attach_control/api/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def website_context(context):
try:
fields = frappe.get_all(
"Web Form Field",
fields=["fieldname", "options"]
fields=["fieldname", "options"],
filters={
"parent": context.doc.name,
"parenttype": "Web Form",
Expand Down

0 comments on commit 04cb21b

Please sign in to comment.