From e401ad5b8ff995159f276cb5d9ade7c5d53ca4dc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 16 Oct 2024 05:02:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.6 ## [14.74.6](https://github.com/frappe/erpnext/compare/v14.74.5...v14.74.6) (2024-10-16) ### Bug Fixes * added parentheses for correct query formation for logical OR condition ([0f738de](https://github.com/frappe/erpnext/commit/0f738de5e5fb86f37fd9eb39bf3a286d83fe2ac2)) * added string for translation in bank reconciliation statement ([32f6eb7](https://github.com/frappe/erpnext/commit/32f6eb7ee79e64d4ace840e7929f6f3693e481c2)) * conversion factor issue (backport [#43645](https://github.com/frappe/erpnext/issues/43645)) ([#43675](https://github.com/frappe/erpnext/issues/43675)) ([1262c32](https://github.com/frappe/erpnext/commit/1262c322d146d301705cea4ba2c10db27a7122e0)) * delete invalid pricing rule on change of applicable_for ([c7c2bdd](https://github.com/frappe/erpnext/commit/c7c2bdd15984811585b82623c29f0c3673de0778)) * ignore free item when qty is zero ([ae47fb9](https://github.com/frappe/erpnext/commit/ae47fb9617c1cfd284ab0ce2bf6ab90e254899a4)) * missing child company accounts in consolidated balance sheet ([bb774ce](https://github.com/frappe/erpnext/commit/bb774cec585b4d90f755bea60c75ed55df08e822)) * removed unused query ([dcbfd4a](https://github.com/frappe/erpnext/commit/dcbfd4ae1d3704397ada434d4a652b20b705b714)) * run gl_entries and closing voucher processes in same function ([59c314c](https://github.com/frappe/erpnext/commit/59c314c98ab1a4b8d4e717e564166cc965445680)) * update formatings ([a8ad608](https://github.com/frappe/erpnext/commit/a8ad608fd8a2a40a1805c82cbebab8f440c76a5b)) * update formatings ([699b098](https://github.com/frappe/erpnext/commit/699b09846ac2bff4ec9a0ca2118202d31fb6ec2d)) * update item details with actual quantity. ([c520a7c](https://github.com/frappe/erpnext/commit/c520a7c6c137f4e4e26d75f119cfb5047c76c3bf)) * Use `ref_doc.get()` for `party_account_currency` ([01d6c10](https://github.com/frappe/erpnext/commit/01d6c1081b573d93ae2b382874b3064e9f616a9c)) * validation for corrective job card (backport [#43555](https://github.com/frappe/erpnext/issues/43555)) (backport [#43558](https://github.com/frappe/erpnext/issues/43558)) ([#43628](https://github.com/frappe/erpnext/issues/43628)) ([1f09975](https://github.com/frappe/erpnext/commit/1f099752d2b601d11c6bf6f2d09877dd68e27e9a)) * zero incoming rate for delivery note return ([#43642](https://github.com/frappe/erpnext/issues/43642)) ([7eac9cc](https://github.com/frappe/erpnext/commit/7eac9cc1dbaacbee77d385c4f8310ebaa3f52b90)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 04022e44c43..994d47e819b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.5" +__version__ = "14.74.6" def get_default_company(user=None):