Skip to content

Commit

Permalink
fix: child table rating fields (#25433) (#25435)
Browse files Browse the repository at this point in the history
(cherry picked from commit f6e58f2)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush committed Mar 14, 2024
1 parent 502b907 commit 57cf161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/model/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def _validate(self):
d._validate_selects()
d._validate_non_negative()
d._validate_length()
d._fix_rating_value()
d._validate_code_fields()
d._sync_autoname_field()
d._extract_images_from_text_editor()
Expand Down

0 comments on commit 57cf161

Please sign in to comment.