Skip to content

Commit

Permalink
fix: child table rating fields (#25433) (#25436)
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 3f89d90 commit 6f242ca
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 @@ -587,6 +587,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 6f242ca

Please sign in to comment.