Skip to content

Commit

Permalink
fix: added comma at l.22 in website.py
Browse files Browse the repository at this point in the history
This caused a bug in frappe development mode (at least)
  • Loading branch information
Grolaf authored Jan 30, 2024
1 parent d8ea9ed commit 0001b97
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 0001b97

Please sign in to comment.