From abb60442918c5e86e00bbf8e5f0d07e5f1f5f2ab Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Sep 2023 05:40:33 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.41.0 # [14.41.0](https://github.com/frappe/erpnext/compare/v14.40.0...v14.41.0) (2023-09-27) ### Bug Fixes * allow to select parent warehouse in the website item (backport [#37047](https://github.com/frappe/erpnext/issues/37047)) ([#37173](https://github.com/frappe/erpnext/issues/37173)) ([56657b6](https://github.com/frappe/erpnext/commit/56657b6122c056a8ba091b41fd1b6e94447f34da)) * AP & AR summary filters to match AR (backport [#37248](https://github.com/frappe/erpnext/issues/37248)) ([#37261](https://github.com/frappe/erpnext/issues/37261)) ([1dc58b3](https://github.com/frappe/erpnext/commit/1dc58b36603ffbd11a5467f62b36d9148a831534)) * apply gl report filters ([b4bc44d](https://github.com/frappe/erpnext/commit/b4bc44db4a8d459de02ee80b0516f20913897b95)) * german translation of Sales and Purchase Invoice ([#37122](https://github.com/frappe/erpnext/issues/37122)) ([8236814](https://github.com/frappe/erpnext/commit/8236814270f2a74bb5ae46ea7d3818c2ddc7619b)) * incorrect `Parent Task` getting set for 2nd to nth child Task (backport [#37230](https://github.com/frappe/erpnext/issues/37230)) ([#37240](https://github.com/frappe/erpnext/issues/37240)) ([279f21d](https://github.com/frappe/erpnext/commit/279f21d1e54208790a6fdcf4c828fdef3a74468d)) * labels for `Stock Ledger Invariant Check` report (backport [#37150](https://github.com/frappe/erpnext/issues/37150)) ([#37176](https://github.com/frappe/erpnext/issues/37176)) ([f2bcfb5](https://github.com/frappe/erpnext/commit/f2bcfb5f977927cad9f4288b667bbce4d231c6c8)) * **Material Request:** consider project for item details (backport [#37215](https://github.com/frappe/erpnext/issues/37215)) ([#37221](https://github.com/frappe/erpnext/issues/37221)) ([25f800d](https://github.com/frappe/erpnext/commit/25f800d3f5cfd4a3c4d58b455b54d47a782d0d76)) * reserved qty for production plan ([#37251](https://github.com/frappe/erpnext/issues/37251)) ([0a0d5b3](https://github.com/frappe/erpnext/commit/0a0d5b3e6612be1b6e1c9febd4a86a772a02511d)) * serial number decimal issue ([#37242](https://github.com/frappe/erpnext/issues/37242)) ([78ab201](https://github.com/frappe/erpnext/commit/78ab2013e59bb6a95d10164328ad3f7c815497b5)) * set customer currency in pos_invoice if exists ([e0da8d2](https://github.com/frappe/erpnext/commit/e0da8d261f7b0f73f898bc80f51788843cae6051)) * Update `advance_paid` in SO/PO after unlinking from advance entry ([1181dcf](https://github.com/frappe/erpnext/commit/1181dcf521b6d5bc6f96a217f6991e0d5cb138d3)) * validate duplicate serial no on submit in DN ([#37243](https://github.com/frappe/erpnext/issues/37243)) ([70e2093](https://github.com/frappe/erpnext/commit/70e2093941dba32ae06d4af123e9daa2441c8e71)) ### Features * `Stock Ledger Variance` report (backport [#37165](https://github.com/frappe/erpnext/issues/37165)) ([#37183](https://github.com/frappe/erpnext/issues/37183)) ([02fc67c](https://github.com/frappe/erpnext/commit/02fc67c83c94b6277e4e6dafd22381ed04da0ad6)) * Toggle net values in Trial Balance report ([57c82c1](https://github.com/frappe/erpnext/commit/57c82c18008ace3b95ccf984be06bb60ec51fe66)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 529c9ca9d802..22fe46b476b7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.40.0" +__version__ = "14.41.0" def get_default_company(user=None):