chore(release): Bumped to Version 14.41.2

## [14.41.2](https://github.com/frappe/erpnext/compare/v14.41.1...v14.41.2) (2023-09-29)

### Bug Fixes

* incorrect qty for material request in Production Plan (backport [#37270](https://github.com/frappe/erpnext/issues/37270)) ([#37290](https://github.com/frappe/erpnext/issues/37290)) ([cfb3a9e](cfb3a9eabf))
This commit is contained in:
Frappe PR Bot
2023-09-29 06:50:09 +00:00
parent cfb3a9eabf
commit 7fd4d3c882

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.41.1"
__version__ = "14.41.2"
def get_default_company(user=None):