diff --git a/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json b/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json index 10130ec344f..0d92a538b3d 100644 --- a/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json +++ b/erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json @@ -235,17 +235,27 @@ "read_only": 1 } ], + "grid_page_length": 50, "idx": 1, "istable": 1, "links": [], +<<<<<<< HEAD "modified": "2024-04-08 19:51:36.678551", +======= + "modified": "2025-04-15 13:14:48.936047", +>>>>>>> be556167b1 (fix: Modify .json from desk to change `modified`) "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Taxes and Charges", "naming_rule": "Random", "owner": "Administrator", "permissions": [], +<<<<<<< HEAD "sort_field": "modified", +======= + "row_format": "Dynamic", + "sort_field": "creation", +>>>>>>> be556167b1 (fix: Modify .json from desk to change `modified`) "sort_order": "DESC", "track_changes": 1 }