From 9a659254e393717a249603a75fc6d4afe478c5fa Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Jun 2023 06:09:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.51.2 ## [13.51.2](https://github.com/frappe/erpnext/compare/v13.51.1...v13.51.2) (2023-06-14) ### Bug Fixes * **accounts:** validate payment entry references with latest data. (backport [#31166](https://github.com/frappe/erpnext/issues/31166)) ([#35674](https://github.com/frappe/erpnext/issues/35674)) ([4d4f218](https://github.com/frappe/erpnext/commit/4d4f218175360e7215f604e526397d615ea5164e)) * Asset Depreciation Ledger Report - Add Total Row Checkbox Enabled ([3831c79](https://github.com/frappe/erpnext/commit/3831c7920d20eeafb78c783c2d1029fc54ea0bfc)) * calculate wdv depr schedule properly for existing assets [v13] ([#35615](https://github.com/frappe/erpnext/issues/35615)) ([97f4af8](https://github.com/frappe/erpnext/commit/97f4af8d978ab43929f26a4c11be3883cd300cbf)) * CSS not applied to product title (backport [#35582](https://github.com/frappe/erpnext/issues/35582)) ([#35635](https://github.com/frappe/erpnext/issues/35635)) ([1b69b37](https://github.com/frappe/erpnext/commit/1b69b3722912aa2403a779a613e714695b6ff615)) * don't set default payment amount in case of invoice return (backport [#35645](https://github.com/frappe/erpnext/issues/35645)) ([#35648](https://github.com/frappe/erpnext/issues/35648)) ([8e3636f](https://github.com/frappe/erpnext/commit/8e3636ff53636b1b79ee0207321e7c2bc5bb59ed)) * Lower deduction certificate not getting applied ([#35667](https://github.com/frappe/erpnext/issues/35667)) ([c2bf8e3](https://github.com/frappe/erpnext/commit/c2bf8e35024292865f2db3b0bedb9d1c4ef1c854)) * make showing taxes as table in print configurable ([#35672](https://github.com/frappe/erpnext/issues/35672)) ([4c2c037](https://github.com/frappe/erpnext/commit/4c2c037a860abf33267e9a3841b6e996420dfadd)) * Project in item-wise sales register ([#35596](https://github.com/frappe/erpnext/issues/35596)) ([9d5b500](https://github.com/frappe/erpnext/commit/9d5b50006023da0a8a3b867476cb38ba2407a220)) * savepoint policy assignment submission, log errors & inform the user about failures ([#35507](https://github.com/frappe/erpnext/issues/35507)) ([4a35ff0](https://github.com/frappe/erpnext/commit/4a35ff0e5763d4a124de0d84be6a1dce288e1a37)) ### Performance Improvements * refactor `get_all_nodes` in Org Chart ([986a90e](https://github.com/frappe/erpnext/commit/986a90efe05661ec80db7b6e3cde82a698b58438)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5454855737d..062e8c10772 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.51.1" +__version__ = "13.51.2" def get_default_company(user=None):