Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.41.0
Browse files Browse the repository at this point in the history
# [15.41.0](v15.40.0...v15.41.0) (2024-11-06)

### Bug Fixes

* add precision validation ([b665e4e](b665e4e))
* deleting SO/PO will remove its advance payment ledger entry ([d84a3c4](d84a3c4))
* map reference number while reversing journal ([10d8cc9](10d8cc9))
* **return:** set default return warehouse ([e730b8c](e730b8c))
* SO link on PO and add in missing dashboard references on both ([9f7afda](9f7afda))
* validation trigger (backport [#43926](#43926)) ([#43943](#43943)) ([a689830](a689830))
* valuation rate for sales / purchase return for serial / batch nos (backport [#43925](#43925)) ([#43942](#43942)) ([ce42d84](ce42d84))

### Features

* advance payment ledger doctype ([b343334](b343334))
* remove Payroll Entry from Bank Account dashboard (backport [#43931](#43931)) ([#43933](#43933)) ([4a749ce](4a749ce))

### Performance Improvements

* avoid reposting of entries created after stock reco (backport [#43950](#43950)) ([#43961](#43961)) ([7ad664d](7ad664d))
* too many writes error during reposting (backport [#43978](#43978)) ([#43983](#43983)) ([a38819c](a38819c))
  • Loading branch information
frappe-bot committed Nov 6, 2024
1 parent a6c58a3 commit 9ccdb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import frappe
from frappe.utils.user import is_website_user

__version__ = "15.40.0"
__version__ = "15.41.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 9ccdb98

Please sign in to comment.