From cfcbdfcaec8015296a06b6b7d692bd9ab51f6e4d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Mar 2023 16:38:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.5 ## [13.49.5](https://github.com/frappe/erpnext/compare/v13.49.4...v13.49.5) (2023-03-14) ### Bug Fixes * `BOM Stock Report` ([eb1f8f9](https://github.com/frappe/erpnext/commit/eb1f8f932d0517df677bb131744e06140a5c5f2e)) * `required_qty` get reset to `1` for Alternative Item in WO ([d117101](https://github.com/frappe/erpnext/commit/d1171016b34789fa11e952a007377e7f4b326432)) * adjust excess cf leaves in new leaves taken if number exceeds cf leaves allocation ([bc12269](https://github.com/frappe/erpnext/commit/bc12269ef46940473dc07bdb4ddf5f84557ef919)) * consider leaves taken while calculating expired carry-forwarded leaves ([e74e02b](https://github.com/frappe/erpnext/commit/e74e02b7654dadd3090aa868a95692a3b3cca09f)) * consider leaves taken within carry-forwarded period separately while calculating balance ([52108d5](https://github.com/frappe/erpnext/commit/52108d52e24b097bf0dc8c87acb23d0e58f7e467)) * consider relieving date while calculating payment days based on lwp ([563f83f](https://github.com/frappe/erpnext/commit/563f83f0f50b8508099ebae088ef1dd460cf83e9)) * Don't use get_list & get_all interchangeably ([b70a37f](https://github.com/frappe/erpnext/commit/b70a37f6fa09f28503739974253c272f05745c6c)) * Error in consolidated financial statement ([#34330](https://github.com/frappe/erpnext/issues/34330)) ([470dc10](https://github.com/frappe/erpnext/commit/470dc10b15f7f16568da851e106662279a094736)) * exclude cancelled leave ledger entries ([91cad9e](https://github.com/frappe/erpnext/commit/91cad9e985982aa1b86d14a8f554c996fccaa9ae)) * exclude carry forwarding leaves while updating leaves after submission ([88c5de5](https://github.com/frappe/erpnext/commit/88c5de533a862429c5fc9e1b5fa2cb36cda79235)) * leave allocation tests ([2f62a96](https://github.com/frappe/erpnext/commit/2f62a9641e7260e2fcb73cf00d8ade6262d448e6)) * linter ([341eab2](https://github.com/frappe/erpnext/commit/341eab2b2abcbd74522d81467082297c544f37bf)) * operation time for multi-level BOM in WO ([f4d07cc](https://github.com/frappe/erpnext/commit/f4d07cc84e15f5e1c0b3e2f33fadcf0262a896bf)) * precision for newly allocated leaves ([238769e](https://github.com/frappe/erpnext/commit/238769e6b51b5decac6ab3bbf5747211e757982d)) * **test:** `get_leave_allocation_records` ([c01bed9](https://github.com/frappe/erpnext/commit/c01bed98621caf7ef6f087661365640c0bead379)) * **test:** `TestBomStockReport` ([4824302](https://github.com/frappe/erpnext/commit/482430281136f3a6a56b5ff2ca36bd96445de9d7)) * Total row in trail balance report (backport [#34395](https://github.com/frappe/erpnext/issues/34395)) ([#34431](https://github.com/frappe/erpnext/issues/34431)) ([809d6d6](https://github.com/frappe/erpnext/commit/809d6d638ee5c89813fa8a51d74b30ead4df1e95)) * Use customer name instead of name(id) in PSOA (backport [#34412](https://github.com/frappe/erpnext/issues/34412)) ([#34426](https://github.com/frappe/erpnext/issues/34426)) ([a24f050](https://github.com/frappe/erpnext/commit/a24f0507e1534b338e6dc1904c593381f519d54c)) ### Performance Improvements * `update_completed_qty()` in `material_request.py` ([5bc2b8f](https://github.com/frappe/erpnext/commit/5bc2b8f68584c12fefd86d3fda71b87cc7d3bb7a)) * Stock Entry (Material Transfer) ([7a159a7](https://github.com/frappe/erpnext/commit/7a159a7187e2b667267ed92ba1447ca1ab8a4b1b)) ### Reverts * Revert "fix: Default sales team not getting set" (#34376) ([42bda6e](https://github.com/frappe/erpnext/commit/42bda6e37b3ef4a523cc05d5055dc45f95f967cf)), closes [#34376](https://github.com/frappe/erpnext/issues/34376) [#34376](https://github.com/frappe/erpnext/issues/34376) [#34284](https://github.com/frappe/erpnext/issues/34284) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 643aa6cfc58..6faf292ad41 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.49.4" +__version__ = "13.49.5" def get_default_company(user=None):