mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-17 05:45:11 +00:00
chore(release): Bumped to Version 14.85.9
## [14.85.9](https://github.com/frappe/erpnext/compare/v14.85.8...v14.85.9) (2025-05-20) ### Bug Fixes * asset image field updation issue (backport [#47615](https://github.com/frappe/erpnext/issues/47615)) ([d88feec](d88feecf46)) * better validation message with solution for BOM recursion (backport [#47472](https://github.com/frappe/erpnext/issues/47472)) ([#47476](https://github.com/frappe/erpnext/issues/47476)) ([537c917](537c917bfc)) * include only invoices with update_stock = 0 for billed amt in delivery note. ([54197ff](54197ff760)) * remove hardcoded doctype in `make_return_doc` ([9ce86b1](9ce86b135b))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.85.8"
|
||||
__version__ = "14.85.9"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user