From 9cf5e9e61e80c566a1813ac66eadf048d308df8c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 8 Nov 2022 12:14:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.41.1 ## [13.41.1](https://github.com/frappe/erpnext/compare/v13.41.0...v13.41.1) (2022-11-08) ### Bug Fixes * `Material Consumption` option in case of `Skip Transfer to WIP` in WO ([418c131](https://github.com/frappe/erpnext/commit/418c13133153d5f7fd369a26282f1048e05b9365)) * Create POS Opening Entry POS Profile filter. ([76e4bb4](https://github.com/frappe/erpnext/commit/76e4bb44f18676655c3de42e39279cd3921560b4)) * Disable tax included prices for internal transfers ([#32794](https://github.com/frappe/erpnext/issues/32794)) ([84ee1b8](https://github.com/frappe/erpnext/commit/84ee1b86af608c5474e73ca05ccdb5f27447c76b)) * for asset's purchase_date, if bill_date is set, use that instead of posting_date ([1d23c9a](https://github.com/frappe/erpnext/commit/1d23c9a9fddca8d64432a2cfafbcd2e0adb81f05)) * Reset advance paid amount on Oreder cancel and amend ([e32e0bc](https://github.com/frappe/erpnext/commit/e32e0bc8fac4bae0bbec5045b1b1bc0df7a47eb0)) * use `flt` instead of `cint` in `get_batch_no` ([601b1e3](https://github.com/frappe/erpnext/commit/601b1e38216af26b2a0dceb3d01424b2beda5220)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7118f73f2f1..31275dba272 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.41.0" +__version__ = "13.41.1" def get_default_company(user=None):