mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
chore(release): Bumped to Version 15.41.0
# [15.41.0](https://github.com/frappe/erpnext/compare/v15.40.0...v15.41.0) (2024-11-06) ### Bug Fixes * add precision validation ([b665e4e](b665e4e24a)) * deleting SO/PO will remove its advance payment ledger entry ([d84a3c4](d84a3c4f29)) * map reference number while reversing journal ([10d8cc9](10d8cc9d66)) * **return:** set default return warehouse ([e730b8c](e730b8c6e4)) * SO link on PO and add in missing dashboard references on both ([9f7afda](9f7afda4db)) * validation trigger (backport [#43926](https://github.com/frappe/erpnext/issues/43926)) ([#43943](https://github.com/frappe/erpnext/issues/43943)) ([a689830](a689830bff)) * valuation rate for sales / purchase return for serial / batch nos (backport [#43925](https://github.com/frappe/erpnext/issues/43925)) ([#43942](https://github.com/frappe/erpnext/issues/43942)) ([ce42d84](ce42d847b3)) ### Features * advance payment ledger doctype ([b343334](b343334f69)) * remove Payroll Entry from Bank Account dashboard (backport [#43931](https://github.com/frappe/erpnext/issues/43931)) ([#43933](https://github.com/frappe/erpnext/issues/43933)) ([4a749ce](4a749cec72)) ### Performance Improvements * avoid reposting of entries created after stock reco (backport [#43950](https://github.com/frappe/erpnext/issues/43950)) ([#43961](https://github.com/frappe/erpnext/issues/43961)) ([7ad664d](7ad664d89a)) * too many writes error during reposting (backport [#43978](https://github.com/frappe/erpnext/issues/43978)) ([#43983](https://github.com/frappe/erpnext/issues/43983)) ([a38819c](a38819cbd5))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.40.0"
|
||||
__version__ = "15.41.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user