From 7fb557197acc646e1e39bf104ef96486ac03b32c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 6 May 2025 14:11:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.60.2 ## [15.60.2](https://github.com/frappe/erpnext/compare/v15.60.1...v15.60.2) (2025-05-06) ### Bug Fixes * 'time to resolve: failed' on issue (backport [#47406](https://github.com/frappe/erpnext/issues/47406)) ([#47407](https://github.com/frappe/erpnext/issues/47407)) ([21612fc](https://github.com/frappe/erpnext/commit/21612fc23087a0e86d47c952be25e307ac9ef6a0)) * backward compatibility for renamed group_by filter on reports (backport [#47362](https://github.com/frappe/erpnext/issues/47362)) ([#47403](https://github.com/frappe/erpnext/issues/47403)) ([0e5c709](https://github.com/frappe/erpnext/commit/0e5c709f7b9d96ac4642d6926d27f17b066e0a3d)) * change shipping address fetching condition ([0aabe4f](https://github.com/frappe/erpnext/commit/0aabe4fd1e1054338d338bf753f41a79c6d8d83d)) * completed transactions showing in the list (backport [#47374](https://github.com/frappe/erpnext/issues/47374)) ([#47379](https://github.com/frappe/erpnext/issues/47379)) ([1ef7da8](https://github.com/frappe/erpnext/commit/1ef7da837f9e0574cd8391b95a7320cda20e0317)) * do not allocate amount when ref's doctype or name are not set ([c2e36da](https://github.com/frappe/erpnext/commit/c2e36daa329c3466064f7b1507a67252a695ba29)) * do not mandate depreciation account for assets without depreciation (backport [#47427](https://github.com/frappe/erpnext/issues/47427)) ([#47428](https://github.com/frappe/erpnext/issues/47428)) ([01e975b](https://github.com/frappe/erpnext/commit/01e975b481c0e5a6ec95f2f71eb042225c217a34)) * not able to submit the stock entry ([#47383](https://github.com/frappe/erpnext/issues/47383)) ([035394a](https://github.com/frappe/erpnext/commit/035394ae6a6c475ff57d13c04b3fa5c2f5143330)) * party name in Ledger Summary ([4fc14b3](https://github.com/frappe/erpnext/commit/4fc14b3097c3e994bd87be0c73b563f2596a40c9)) * precision issue ([b6908a7](https://github.com/frappe/erpnext/commit/b6908a79bd3be81eea3586000c0aaf09e7615d8c)) * rename unchanged group_by filter related to general ledger report (backport [#47366](https://github.com/frappe/erpnext/issues/47366)) ([#47405](https://github.com/frappe/erpnext/issues/47405)) ([8d1e855](https://github.com/frappe/erpnext/commit/8d1e855dc87b37a6a69d646a8174d7c6446bb768)) * renaming group by fieldname and value in reports (backport [#47352](https://github.com/frappe/erpnext/issues/47352)) ([#47360](https://github.com/frappe/erpnext/issues/47360)) ([85a8adf](https://github.com/frappe/erpnext/commit/85a8adf804dc0cd999580d5d0c174ed66b546550)) * show party type in due date exceeding message ([f73e99e](https://github.com/frappe/erpnext/commit/f73e99e9d21112d1cf36dc3ee4337696dd0c89ac)) * stock reco recalculate qty not works for opening stock reco ([2bd30e3](https://github.com/frappe/erpnext/commit/2bd30e3c46c9202840bb5a82f147a0f27a2bd27b)) * update accounts on change of mode of payment in sales invoice payment (backport [#47381](https://github.com/frappe/erpnext/issues/47381)) ([#47400](https://github.com/frappe/erpnext/issues/47400)) ([afb44a6](https://github.com/frappe/erpnext/commit/afb44a677ca4f0a40594338a0154130bedbe92ef)) * validation for difference account ([f4a43d0](https://github.com/frappe/erpnext/commit/f4a43d07b00a5c13e30e3ac6677bb61864bf91e8)) * warning message before changing the valuation method (backport [#47340](https://github.com/frappe/erpnext/issues/47340)) ([#47342](https://github.com/frappe/erpnext/issues/47342)) ([4ef2b77](https://github.com/frappe/erpnext/commit/4ef2b7797322c24c00054e7cb3949eb14a6072ed)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8ed2f581cdb..7f9b0b127b0 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.60.1" +__version__ = "15.60.2" def get_default_company(user=None):