From 60a170d1a45b6e12497500282818e0805a39a6ef Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 21 Jun 2023 02:06:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.6 ## [13.51.6](https://github.com/frappe/erpnext/compare/v13.51.5...v13.51.6) (2023-06-21) ### Bug Fixes * account group totals calculation to consider include_in_gross ([f22969d](https://github.com/frappe/erpnext/commit/f22969d2665bd47e1b9f6428f197025f52334d4c)) * add total col for gross and net profit ([e899c30](https://github.com/frappe/erpnext/commit/e899c30428ce26e2a175708f968cccac49253eef)) * add validation for QI in PR (backport [#35677](https://github.com/frappe/erpnext/issues/35677)) ([#35758](https://github.com/frappe/erpnext/issues/35758)) ([0a8b714](https://github.com/frappe/erpnext/commit/0a8b7148a5bc7854c04e1d57d3e874eecb51da8d)) * Allocated amount validation for other party types ([#35741](https://github.com/frappe/erpnext/issues/35741)) ([3d0add8](https://github.com/frappe/erpnext/commit/3d0add81fa89a639428d484c2f0d25a409a3cd2a)) * date and finance book fixes in fixed asset register (backport [#35751](https://github.com/frappe/erpnext/issues/35751)) ([#35800](https://github.com/frappe/erpnext/issues/35800)) ([aa8446d](https://github.com/frappe/erpnext/commit/aa8446d7949c8d61d3a759bf0da46ef953b54bc2)) * don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport [#35714](https://github.com/frappe/erpnext/issues/35714)) ([#35716](https://github.com/frappe/erpnext/issues/35716)) ([0e11317](https://github.com/frappe/erpnext/commit/0e113173032aba443fc542d50b672fc30aaea750)) * fix get outstanding invoices btn and add get outstanding orders btn (backport [#35776](https://github.com/frappe/erpnext/issues/35776)) ([#35788](https://github.com/frappe/erpnext/issues/35788)) ([04990d5](https://github.com/frappe/erpnext/commit/04990d51db5e68ec5c0405e3c0cfbc639b1c1f80)) * Incorrect field while calculating Tax withholding net total ([571c977](https://github.com/frappe/erpnext/commit/571c977e8e871ff1b12350fc85fc3a995a34789a)) * Incorrect field while calculating Tax withholding net total ([b95d459](https://github.com/frappe/erpnext/commit/b95d45981295ab3fb9605c0ef83869e5c4c83059)) * loan interest accrual date ([#35695](https://github.com/frappe/erpnext/issues/35695)) ([46d0b7d](https://github.com/frappe/erpnext/commit/46d0b7d3170c798c156cf2d124b77a814108611f)) ### Performance Improvements * index `purpose` in `Stock Entry` (backport [#35782](https://github.com/frappe/erpnext/issues/35782)) ([#35784](https://github.com/frappe/erpnext/issues/35784)) ([7239e83](https://github.com/frappe/erpnext/commit/7239e839a0c948573895c067b6228cda99ced949)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 975199a06569..2e9a7f61a977 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ from erpnext.hooks import regional_overrides -__version__ = "13.51.5" +__version__ = "13.51.6" def get_default_company(user=None):