Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.26.0
Browse files Browse the repository at this point in the history
# [15.26.0](v15.25.0...v15.26.0) (2024-05-29)

### Bug Fixes

* add in some indices to speed up Purchase Order deletion ([3ed3b21](3ed3b21))
* cost center filter according to the company in project ([193b844](193b844))
* cost center filter according to the company in project ([e6aaab3](e6aaab3))
* cost center filter according to the company in project ([563e15e](563e15e))
* multiple issues related to serial and batch bundle (backport [#41662](#41662)) ([#41668](#41668)) ([dc0bb22](dc0bb22))
* not allow template item in product bundle item ([8fb3294](8fb3294))
* not allow template item in product bundle item ([b64f5a4](b64f5a4))
* not allow template item in product bundle item - v15/v14 ([9864377](9864377))
* opening stock not showing in the stock ledger report for the bat… (backport [#41584](#41584)) ([#41590](#41590)) ([162ec7d](162ec7d))
* SCR batch qty issue (backport [#41595](#41595)) ([#41599](#41599)) ([17ea958](17ea958))
* set expense account as Assets RBNB only if it is booked in linked PR (backport [#41368](#41368)) ([#41673](#41673)) ([0a0970e](0a0970e))
* Unable to 'Get Suppliers' using tags in Request for Quotation (backport [#41626](#41626)) ([#41627](#41627)) ([ca855e8](ca855e8))

### Features

* Add Party details to Serial No Ledger Report ([#41656](#41656)) ([7462de6](7462de6))

### Performance Improvements

* sales order UI render (backport [#41591](#41591)) ([#41592](#41592)) ([09d112a](09d112a))
  • Loading branch information
frappe-bot committed May 29, 2024
1 parent e940d13 commit 56d83d4
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 @@ -3,7 +3,7 @@

import frappe

__version__ = "15.25.0"
__version__ = "15.26.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 56d83d4

Please sign in to comment.