Update sorting by name in supplier report

This commit is contained in:
Matt-Yorkley
2021-11-04 22:08:27 +00:00
parent c6ef14e9ee
commit 0d7bb2ff90

View File

@@ -38,7 +38,7 @@ module Reporting
sql_grouping(grouping_fields),
Arel.sql("product"),
Arel.sql("variant"),
Arel.sql("supplier"),
Arel.sql("last_name")
]
end
end