mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
chore(release): Bumped to Version 15.85.0
# [15.85.0](https://github.com/frappe/erpnext/compare/v15.84.0...v15.85.0) (2025-10-28) ### Bug Fixes * **accounts:** update payment mode account retrieval to use namespaced function ([2300660](23006601b2)) * add message for missing purchase orders in production plan ([5798409](5798409f69)) * **asset depreciations and balances:** showing opening entries ([81f19b9](81f19b950d)) * avoid group columns mutation ([158e1b2](158e1b28a9)) * **Bank Transaction:** make transaction ID non-unique ([b52b04a](b52b04a10c)) * fiscal year overlap validation for company-specific years ([482a796](482a796212)) * get valuation rate based of previous SLEs for material receipt ([e9f4a34](e9f4a34d8d)) * **gross profit:** remove customer name from columns ([a767253](a7672530f4)) * **journal-entry:** allow copy account currency when duplicating JV ([1b227b8](1b227b8b4f)) * optimized the slow query to get the batchwise available qty ([85bf936](85bf9366b0)) * Pass uom field name to update existing item qty ([93b2786](93b2786865)) * provision to find and fix incorrect serial and batch bundles ([2276741](22767410d5)) * recalculate amount based on allocated amount ([2a90bff](2a90bffb5f)) * resolve conflicts ([97147a4](97147a484d)) * sabb missed in the incorrect serial no valuation report ([8a995f2](8a995f28c9)) * set default value for as zero for additional asset cost ([ee5e4ec](ee5e4eccec)) * set status to Draft for auto-created assets from Purchase Receipt ([d8eddbf](d8eddbfd03)) * stock difference value for adjustment entry ([6c0694f](6c0694ff17)) * **Task:** make Timesheet-dependent fields no_copy (backport [#50130](https://github.com/frappe/erpnext/issues/50130)) ([#50196](https://github.com/frappe/erpnext/issues/50196)) ([4988ff8](4988ff84df)) * use correct field name ([a82fa8c](a82fa8c26b)) ### Features * Add posting date param for reverse GL entries ([1a7092d](1a7092d7b6)) * add project filter to Delayed Tasks Summary report ([82ca729](82ca729e2b))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.84.0"
|
||||
__version__ = "15.85.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user