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:
Frappe PR Bot
2025-05-20 13:53:32 +00:00
parent 0b0944cc06
commit 79a4b597d4

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.85.8"
__version__ = "14.85.9"
def get_default_company(user=None):