From 52a5cd97026b08adaa7868b640c569ece713a6cd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 May 2025 13:54:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.62.0 # [15.62.0](https://github.com/frappe/erpnext/compare/v15.61.1...v15.62.0) (2025-05-20) ### Bug Fixes * alias name and parent to prevent child row mapping issues ([612fa7c](https://github.com/frappe/erpnext/commit/612fa7c67290be5704394360e71845b75f4f727e)) * allow FG as RM by default (backport [#47543](https://github.com/frappe/erpnext/issues/47543)) ([#47550](https://github.com/frappe/erpnext/issues/47550)) ([9355782](https://github.com/frappe/erpnext/commit/9355782397d2438bf90de4ba12f57eaccf8171cd)) * asset cancellation issue (backport [#47639](https://github.com/frappe/erpnext/issues/47639)) ([#47641](https://github.com/frappe/erpnext/issues/47641)) ([ce9da48](https://github.com/frappe/erpnext/commit/ce9da48a5e4176d1a8f9f7ddfa2df0f07d58e761)) * asset image field updation issue (backport [#47615](https://github.com/frappe/erpnext/issues/47615)) ([#47617](https://github.com/frappe/erpnext/issues/47617)) ([35c7af1](https://github.com/frappe/erpnext/commit/35c7af1b9d76dfb5f7fab0cee8195612d0c2f2f7)) * better validation message with solution for BOM recursion (backport [#47472](https://github.com/frappe/erpnext/issues/47472)) ([#47477](https://github.com/frappe/erpnext/issues/47477)) ([a450f4c](https://github.com/frappe/erpnext/commit/a450f4ce642357fc680e504615ec656dbad0b5a1)) * Broken test + use `super()` appropriately ([5b50d5a](https://github.com/frappe/erpnext/commit/5b50d5abf29b5d320a64cbd3a78ce2a77de46fa7)) * Conflicts ([9cede83](https://github.com/frappe/erpnext/commit/9cede83de1915f0352f3db928334bfc303427e6b)) * correct expense amount in party ledger summary. ([09a46fc](https://github.com/frappe/erpnext/commit/09a46fcf0ee595217c47f0bcf9caebebca8da4b1)) * date formatting in process_statement_of_accounts accounts_receivable print format ([cf354c0](https://github.com/frappe/erpnext/commit/cf354c0da39ff2788d795e8c205ca864fa157ebd)) * include only invoices with update_stock = 0 for billed amt in delivery note. ([70e190d](https://github.com/frappe/erpnext/commit/70e190dbbbd48d8c08e8f31b96b72bb1d602d624)) * incorrect qty during reset (backport [#47593](https://github.com/frappe/erpnext/issues/47593)) ([#47595](https://github.com/frappe/erpnext/issues/47595)) ([72ae80e](https://github.com/frappe/erpnext/commit/72ae80e2e3fe597701dfb62d31d7b3b84809add6)) * mapping of dispatch address when creating PO from SO (backport [#47552](https://github.com/frappe/erpnext/issues/47552)) ([#47553](https://github.com/frappe/erpnext/issues/47553)) ([30ec69c](https://github.com/frappe/erpnext/commit/30ec69c977b140306882845b75c8fb88e15de9eb)) * POS Invoice can't use Loyalty Points when Global Rounded Total is Disabled (backport [#47491](https://github.com/frappe/erpnext/issues/47491)) ([#47564](https://github.com/frappe/erpnext/issues/47564)) ([926c0c5](https://github.com/frappe/erpnext/commit/926c0c5cf41545cfb2c367e4a489ec1c7296a364)) * pos item group filter fetching wrong items (backport [#47545](https://github.com/frappe/erpnext/issues/47545)) ([#47546](https://github.com/frappe/erpnext/issues/47546)) ([5a3eff0](https://github.com/frappe/erpnext/commit/5a3eff05a1dbb92f5526a3ec3e31158cb9fa458f)) * **quotation:** use `Text Editor` field in alternative items dialog for item description ([32eeeda](https://github.com/frappe/erpnext/commit/32eeedac24e7df45854d56c825cb67a504196edf)) * remove hardcoded doctype in `make_return_doc` ([1a69d81](https://github.com/frappe/erpnext/commit/1a69d8137fd01bc1ec49909f473f9961dbc85c07)) * removed invalid child param to prevent callback failure ([073d06c](https://github.com/frappe/erpnext/commit/073d06c44f25591162662b44db867f065b3c2502)) * **SalesAnalytics:** Ignore opening entries ([be280a4](https://github.com/frappe/erpnext/commit/be280a408ececcd92e9b2b5000cf2dc952a3d02f)) * set no_copy to party_balance field in Payment Entry ([da4ed5c](https://github.com/frappe/erpnext/commit/da4ed5cc18e1d4e2c33e39934fae5ab407113482)) * set no_copy to party_balance field in Payment Entry ([52cab02](https://github.com/frappe/erpnext/commit/52cab02a5cdf5035f919dddc729291070fe381b8)) * validate inter-company transaction address links ([86aa072](https://github.com/frappe/erpnext/commit/86aa072235655fb29c16e6a8002c5b2846944e0c)) * validation message format (backport [#47542](https://github.com/frappe/erpnext/issues/47542)) ([#47549](https://github.com/frappe/erpnext/issues/47549)) ([f225e19](https://github.com/frappe/erpnext/commit/f225e1986ee3109d77bb09187868204eeb7cefac)) ### Features * add checbox for validating time logs in job card ([80c7661](https://github.com/frappe/erpnext/commit/80c76618ae1d9587257e36ef38d93152abd964f7)) * add option to calculate ageing based on report date or today date ([69337cf](https://github.com/frappe/erpnext/commit/69337cf18b7568f0dfdb224be75de7db2e209ccb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5238417d02a..1ba049ed972 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.61.1" +__version__ = "15.62.0" def get_default_company(user=None):