From 8f02b88119e34cb28da1b89b223eee98d6ab5c75 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 11 Sep 2024 05:11:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.0 # [14.74.0](https://github.com/frappe/erpnext/compare/v14.73.2...v14.74.0) (2024-09-11) ### Bug Fixes * `default_advance_account` field in Process Payment Reconciliation ([3691a50](https://github.com/frappe/erpnext/commit/3691a500ebde0367d51f0bb18d2b7a060df0bd50)) * bom cost update is not working (backport [#43155](https://github.com/frappe/erpnext/issues/43155)) ([#43156](https://github.com/frappe/erpnext/issues/43156)) ([9110534](https://github.com/frappe/erpnext/commit/91105344bbe60e9a6d04153f74ca10a7b054cecb)) * cancel common party advance jv while canceling the invoice ([f506952](https://github.com/frappe/erpnext/commit/f5069524f35a70e1934f14e4c4f7f40f1346d497)) * check multi-currency on jv for common party accounting with foreign currency ([a3a40fe](https://github.com/frappe/erpnext/commit/a3a40febf370a1537b971891419786a0f67877a8)) * **Delivery Note:** translatability of validation errors ([5e33961](https://github.com/frappe/erpnext/commit/5e33961448ba4b0f781f675137e1c891aad51bd2)) * incorrect actual cost in Procurement Tracker report (backport [#43109](https://github.com/frappe/erpnext/issues/43109)) ([#43137](https://github.com/frappe/erpnext/issues/43137)) ([a4b9dda](https://github.com/frappe/erpnext/commit/a4b9dda4b2c66ed526817a946be263ffced56b5a)) * incorrect qty after transaction in SLE (backport [#43103](https://github.com/frappe/erpnext/issues/43103)) ([#43104](https://github.com/frappe/erpnext/issues/43104)) ([77892f4](https://github.com/frappe/erpnext/commit/77892f4e249f999feda5df937031364b4245d984)) * return type of `get_party_details` (backport [#43131](https://github.com/frappe/erpnext/issues/43131)) ([#43135](https://github.com/frappe/erpnext/issues/43135)) ([e8aae50](https://github.com/frappe/erpnext/commit/e8aae5018a14f3646ca5f7078c5a7379c853858e)) * set today in 'On This Date' in Available Batch Report ([36f65fc](https://github.com/frappe/erpnext/commit/36f65fc5922a6227a9347dd79a63c2e50b869092)) * uncomment internal parties ([4dd06b6](https://github.com/frappe/erpnext/commit/4dd06b69a1eac3d0b490a8d78f156bdba684c052)) * unreconcile allocation child table redirect url voucher no issue ([53496ed](https://github.com/frappe/erpnext/commit/53496ed79fd299836206662e6e30b82a6ca309ce)) ### Features * utility report to identify invalid ledger entries ([37b8715](https://github.com/frappe/erpnext/commit/37b8715096df6a7e645fedd40bc42e869857fcd7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 076a0479dad..a490661092a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.73.2" +__version__ = "14.74.0" def get_default_company(user=None):