Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelregidor committed Apr 3, 2024
1 parent dff3256 commit f281902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _sort_grouped_lines(self, lines_dic):
(
x["picking"].date or min_date,
x["picking"].date_done or x["picking"].date or min_date,
x.get("is_last_section_notes", False),
# x.get("is_last_section_notes", False),
)
),
)
Expand Down

0 comments on commit f281902

Please sign in to comment.