From 26489121f33bc6c07337982f31869bf3b517d70c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Jun 2023 16:08:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.7 ## [13.51.7](https://github.com/frappe/erpnext/compare/v13.51.6...v13.51.7) (2023-06-28) ### Bug Fixes * asset movement (backport [#35918](https://github.com/frappe/erpnext/issues/35918)) ([#35924](https://github.com/frappe/erpnext/issues/35924)) ([0bcd047](https://github.com/frappe/erpnext/commit/0bcd0476a24b5c75b03013d1b897ba7c93b1a205)) * employee link fields in payroll reports ([#619](https://github.com/frappe/erpnext/issues/619)) ([#35845](https://github.com/frappe/erpnext/issues/35845)) ([6c4dff3](https://github.com/frappe/erpnext/commit/6c4dff38da24b67febda67728416389ccd3b7539)) * filter parent warehouses not showing (backport [#35897](https://github.com/frappe/erpnext/issues/35897)) ([#35900](https://github.com/frappe/erpnext/issues/35900)) ([bcfd770](https://github.com/frappe/erpnext/commit/bcfd7708f265df9160e24adeaed9e19714e23896)) * frappe.exceptions.DoesNotExistError: DocType KSA VAT Setting ([#35797](https://github.com/frappe/erpnext/issues/35797)) ([3785fe6](https://github.com/frappe/erpnext/commit/3785fe6927ef620d34be649526c5cc92c57879a8)), closes [#35795](https://github.com/frappe/erpnext/issues/35795) * show non-depreciable assets in fixed asset register (backport [#35858](https://github.com/frappe/erpnext/issues/35858)) ([#35861](https://github.com/frappe/erpnext/issues/35861)) ([2e2c319](https://github.com/frappe/erpnext/commit/2e2c319f20eb7d034fba10a4b6b804775fa97e04)) * TDS amount calculation post LDC breach ([#35886](https://github.com/frappe/erpnext/issues/35886)) ([4dd088c](https://github.com/frappe/erpnext/commit/4dd088cba4cc6f7392e0fe34445b87a05728eee5)) * use correct fieldname for purchase receipt column in item_wise_purchase_register report (backport [#35828](https://github.com/frappe/erpnext/issues/35828)) ([#35848](https://github.com/frappe/erpnext/issues/35848)) ([de529f0](https://github.com/frappe/erpnext/commit/de529f0adf43d39de7cbfbb531d4de6082014e72)) * **ux:** PO Get Items From Open Material Requests (backport [#35894](https://github.com/frappe/erpnext/issues/35894)) ([#35896](https://github.com/frappe/erpnext/issues/35896)) ([12b6257](https://github.com/frappe/erpnext/commit/12b62571b8a3619adbcca5050ab165564e6ea8d9)) ### Performance Improvements * improve item wise register reports (backport [#35908](https://github.com/frappe/erpnext/issues/35908)) ([#35912](https://github.com/frappe/erpnext/issues/35912)) ([4134459](https://github.com/frappe/erpnext/commit/41344593c963e71ba0247f3e2adb3d3f647c7823)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2e9a7f61a97..23f43b9dd85 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.51.6" +__version__ = "13.51.7" def get_default_company(user=None):