mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
chore(release): Bumped to Version 15.64.0
# [15.64.0](https://github.com/frappe/erpnext/compare/v15.63.0...v15.64.0) (2025-06-03) ### Bug Fixes * Accounts receivable shouldn't fetch DN for employees ([9f5cfdd](9f5cfdd65b)) * add company filter to cost center and project in process statement of accounts ([5ebf1b9](5ebf1b9cc4)) * add internal link field in Sales Order connections for internal transactions ([3c697e9](3c697e90a3)) * calculate discount percentage if discount amount is specified ([#47806](https://github.com/frappe/erpnext/issues/47806)) ([ba8a316](ba8a316b06)) * cash flow report fixes ([4a1966c](4a1966c680)) * check return_against exists before api call ([8623a56](8623a5650b)) * decimal issue ([#47839](https://github.com/frappe/erpnext/issues/47839)) ([34b62d2](34b62d226c)) * ensure backend response is awaited before saving ([5a23d7c](5a23d7cdca)) * GL entries for rejected returned materials ([#47612](https://github.com/frappe/erpnext/issues/47612)) ([5bac652](5bac652b5f)) * Handle duplicate Items qty in Quotation ([4c1b415](4c1b415b9d)) * improved indexing for SLE queries. (backport [#47194](https://github.com/frappe/erpnext/issues/47194)) ([#47822](https://github.com/frappe/erpnext/issues/47822)) ([3879cbd](3879cbd86d)) * incorrect actual qty in product bundle balance report (backport [#47791](https://github.com/frappe/erpnext/issues/47791)) ([#47814](https://github.com/frappe/erpnext/issues/47814)) ([9df3b9b](9df3b9b059)) * **Timesheet:** Only update to_time if it's more than 1 second off ([#47702](https://github.com/frappe/erpnext/issues/47702)) ([470534a](470534af78)) * use `query.walk() `for escaping special chars in receiable/payable report ([2e3ebec](2e3ebec53c)) * use user default for company instead of global default in purchase order analysis report ([7d828dc](7d828dc17e)) ### Features * add column "Item Name" to "BOM Stock Report" (backport [#47116](https://github.com/frappe/erpnext/issues/47116)) ([#47485](https://github.com/frappe/erpnext/issues/47485)) ([9192913](9192913832)) * allow to set valuation rate for Rejected Materials (backport [#47582](https://github.com/frappe/erpnext/issues/47582)) ([#47869](https://github.com/frappe/erpnext/issues/47869)) ([3582b32](3582b32f03)) * show item name for raw materials in BOM creator ([0c612be](0c612be6fe)) * specify expense account and cost center for raw materials in Su… (backport [#47756](https://github.com/frappe/erpnext/issues/47756)) ([#47861](https://github.com/frappe/erpnext/issues/47861)) ([01dd733](01dd7337a2))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.63.0"
|
||||
__version__ = "15.64.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user