chore(release): Bumped to Version 15.65.2
## [15.65.2](https://github.com/frappe/erpnext/compare/v15.65.1...v15.65.2) (2025-06-17) ### Bug Fixes * add validation for calculate ageing with filter for summary and other reports ([23db22a](23db22ac0b)) * add validation for exchange gain/loss entries ([97f1304](97f13049ee)) * add validation for party type ([baa08ce](baa08ce496)) * batch page length ([994454b](994454bfc3)) * budget naming series (backport [#48075](https://github.com/frappe/erpnext/issues/48075)) ([#48080](https://github.com/frappe/erpnext/issues/48080)) ([4d18fd0](4d18fd0e80)) * do not allow capitalization from connection tab for submitted asset ([7b5e2a6](7b5e2a6af0)) * do not reset party account for return doc ([ad5421a](ad5421a413)) * float division by zero ([40504b8](40504b8da2)) * incorrect condition for setting party account on change of company ([f2b9e73](f2b9e73819)) * incorrect warehouse set from SO to MR ([e9365d7](e9365d7272)) * pos invoice consolidation row refer issue (backport [#48057](https://github.com/frappe/erpnext/issues/48057)) ([#48058](https://github.com/frappe/erpnext/issues/48058)) ([db9f0b6](db9f0b6f38)) * prevent saving negative quantity in BOM ([1c9032a](1c9032a4c2)) * unpack non-iterable NoneType object error ([dd39d24](dd39d24da0)) * update asset status after making asset value adjustment record ([ee30357](ee30357835))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.65.1"
|
||||
__version__ = "15.65.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user