commit | f7c9e1538b0814c06ec1dd8abe971113e0662132 | [log] [tgz] |
---|---|---|
author | Smit Vora <smitvora203@gmail.com> | Mon Apr 08 15:47:18 2024 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 08 10:17:18 2024 +0000 |
tree | 750b0304923cec027c410890aa039a201c2cd230 | |
parent | 503687a224869a860116a9c9a2b88b615753a0e0 [diff] [blame] |
feat: new hook `fields_for_group_similar_items` to group additional fields for print formats (#40831)
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index b3cfb35..9c1521a 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -634,3 +634,5 @@ } export_python_type_annotations = True + +fields_for_group_similar_items = ["qty", "amount"]