From 3d7e87185c80ada44b6026ead663bf7ba86bba7b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 21 Feb 2024 05:29:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.4 ## [15.14.4](https://github.com/frappe/erpnext/compare/v15.14.3...v15.14.4) (2024-02-21) ### Bug Fixes * 'NoneType' object is not iterable (backport [#39977](https://github.com/frappe/erpnext/issues/39977)) ([#39981](https://github.com/frappe/erpnext/issues/39981)) ([0f87ec1](https://github.com/frappe/erpnext/commit/0f87ec15adb5ce76ada846c4746b4fa3f6451b48)) * **Bank Transaction:** precision for `(un)allocated_amount` ([bf5d2f5](https://github.com/frappe/erpnext/commit/bf5d2f5fe4779d382dd343dbb250e8353d228285)) * batch filter not working in stock ledger report (backport [#39934](https://github.com/frappe/erpnext/issues/39934)) ([#39935](https://github.com/frappe/erpnext/issues/39935)) ([1513595](https://github.com/frappe/erpnext/commit/15135952fcc259469b2c90cbc63aad20444a993b)) * do not empty serial batch fields (backport [#39948](https://github.com/frappe/erpnext/issues/39948)) ([#39956](https://github.com/frappe/erpnext/issues/39956)) ([acd2e93](https://github.com/frappe/erpnext/commit/acd2e93f8cd4873f6e6f88b620f3308801e8f31a)) * fetch company terms ([14fe0af](https://github.com/frappe/erpnext/commit/14fe0af88752ca34e5dda9d260b3dd8d9d47634f)) * float division by zero ([b954bdf](https://github.com/frappe/erpnext/commit/b954bdfdf92c43c2f71bb4ca2f0efd0e377a7b9f)) * group node in warehouse filter in Item-wise Sales Register ([74819b8](https://github.com/frappe/erpnext/commit/74819b8e70bd712d04f960aee71e1cfee15d76af)) * **Issue:** create communication ([f5d7fbd](https://github.com/frappe/erpnext/commit/f5d7fbdaf8cadbd886368853526cd04c4f1425b2)) * no need call for company method in sales invoice js ([bef38f7](https://github.com/frappe/erpnext/commit/bef38f74fee5650c5805a327d1bb8e59deaa48af)) * not able to make purchase receipt ([3732946](https://github.com/frappe/erpnext/commit/37329469c3432acc5277171deddd5d40d9c72b96)) * party item code in Blanket Order ([518b22b](https://github.com/frappe/erpnext/commit/518b22bffcfdd803ae5c3dd5f91af90b5bbb3a8a)) * reposting failed status not updated (backport [#39970](https://github.com/frappe/erpnext/issues/39970)) ([#39972](https://github.com/frappe/erpnext/issues/39972)) ([46f7569](https://github.com/frappe/erpnext/commit/46f7569a5417966a368ab59d1f6b4df9fb9c6136)) * set batch created from bundle to batch field in stock transaction (backport [#39966](https://github.com/frappe/erpnext/issues/39966)) ([#39987](https://github.com/frappe/erpnext/issues/39987)) ([2ee51d3](https://github.com/frappe/erpnext/commit/2ee51d36ffd8b77e9fe460bb758ef302f1132c2c)) * show active bom in the dropdown while making stock entry and MR (backport [#39974](https://github.com/frappe/erpnext/issues/39974)) ([#39976](https://github.com/frappe/erpnext/issues/39976)) ([7201448](https://github.com/frappe/erpnext/commit/720144898f6d5a80458e7aa695beda33384782ac)) * update_dimension is required and not need party account method ([a56d5b8](https://github.com/frappe/erpnext/commit/a56d5b805c086b562f47f1ad4ec8c83153564b7e)) * use serial batch fields not enabled for new stock entry ([40d4e32](https://github.com/frappe/erpnext/commit/40d4e3261efd3eb8f98b05b2b7d35b08e1a50c18)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0eb42d222e2..48f2c15f8fb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.3" +__version__ = "15.14.4" def get_default_company(user=None):