From 573cd3c33bfc7bdc2e2c3c76d6d6711bf1e452a6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Feb 2023 13:29:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.49.0 # [13.49.0](https://github.com/frappe/erpnext/compare/v13.48.1...v13.49.0) (2023-02-28) ### Bug Fixes * conversion factor not set ([59d5797](https://github.com/frappe/erpnext/commit/59d579764d2fcecf66ba2b7d704808d41d4f976d)) * german translations ([#31732](https://github.com/frappe/erpnext/issues/31732)) ([d44da6c](https://github.com/frappe/erpnext/commit/d44da6c8206ea9564331e9df823b6867a248c968)) * ignore remaining leaves calculation for cf leaves after expiry ([d82ba4e](https://github.com/frappe/erpnext/commit/d82ba4e86f023b2d436de7b44f157d94596234a8)) * incorrect acc depr amount if multiple FBs with straight line or manual method ([304e6bb](https://github.com/frappe/erpnext/commit/304e6bb9963649f5e0802c63771a6e6b295aea54)) * incorrect color in the BOM Stock Report ([e98b346](https://github.com/frappe/erpnext/commit/e98b34617f194892fae1feaaef99b3551a478b83)) * incorrect leave balance after carry-forwarded leave expiry ([a3a9cd5](https://github.com/frappe/erpnext/commit/a3a9cd517459d3b75e73c7808f3ea749af2c7111)) * manual depr schedule ([7176799](https://github.com/frappe/erpnext/commit/71767994a77349797af70676b1ff42bdc902bc2b)) * multiple pos conversion issue resolved ([de631e6](https://github.com/frappe/erpnext/commit/de631e65cc0d15ed6616d20000a5d3248095006d)) * not able to repost gl entries ([2039bd0](https://github.com/frappe/erpnext/commit/2039bd066d6723b10d5bee0b4944a6c5b417a644)) * **patch:** create only 80G custom fields instead of running the whole setup ([#34183](https://github.com/frappe/erpnext/issues/34183)) ([806f7e5](https://github.com/frappe/erpnext/commit/806f7e5eef1fb220ee00889e3aba765f7d4f0deb)) * permission error while calling get_work_order_items ([3d7b2b1](https://github.com/frappe/erpnext/commit/3d7b2b1a6d41b9de3d40e67493a2223b86b2960f)) * pos return throwing amount greater than grand total ([f6607a6](https://github.com/frappe/erpnext/commit/f6607a60501297dca70322cbe0d375323fba3fc4)) * Remove missing DocField in fetch_from ([45645c1](https://github.com/frappe/erpnext/commit/45645c10644beca26e4d1787adc09a1a0ae2f45a)) * set `from_warehouse` and `to_warehouse` while mapping SE ([b1ecca3](https://github.com/frappe/erpnext/commit/b1ecca3a164ac849653ff86aacfc986c7aac572c)) * **test:** use standalone method to fetch work orders from SO ([7971c14](https://github.com/frappe/erpnext/commit/7971c149eda88f4f8c10cfd847f48401fb92764a)) * ui freeze on item selection in sales invoice ([d1b611d](https://github.com/frappe/erpnext/commit/d1b611d37f7d7fbb8fc1c4e304aaf9ac10fa4757)) * user shouldn't able to make item price for item template ([69f1247](https://github.com/frappe/erpnext/commit/69f1247fabd1e645d7a9fbc96d64cca6111fd5a0)) * zero division error while making LCV ([91a95ad](https://github.com/frappe/erpnext/commit/91a95adcb6180016f87cf3c2b1b1f28d375401b6)) ### Features * provision to convert transaction based reposting to item warehouse based reposting ([59c6eb5](https://github.com/frappe/erpnext/commit/59c6eb591bb0ed10bb1d80cd7fcdc6bf347e9c6b)) ### Performance Improvements * fetch SLE's on demand and memoize ([642692a](https://github.com/frappe/erpnext/commit/642692a04049c35cfc8d84769ee79104d65b06dd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 82f450f80ed..e1ae9fa9a7b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.48.1" +__version__ = "13.49.0" def get_default_company(user=None):