chore(release): Bumped to Version 15.2.0
# [15.2.0](https://github.com/frappe/erpnext/compare/v15.1.0...v15.2.0) (2023-11-17) ### Bug Fixes * add revaluation journal filter in Payable report ([c967468](c9674683d1
)) * allow regional gl in payment entry for gl preview ([#38136](https://github.com/frappe/erpnext/issues/38136)) ([20e15eb](20e15ebd22
)) * bom creator not able to amend / duplicate (backport [#38128](https://github.com/frappe/erpnext/issues/38128)) ([#38129](https://github.com/frappe/erpnext/issues/38129)) ([ed9cd7c](ed9cd7c92b
)) * **dn:** regression from bulk transaction fix ([ea43862](ea43862fcd
)) * GL Entries for receiving non CWIP assets using Purchase Receipt ([#38123](https://github.com/frappe/erpnext/issues/38123)) ([d512371](d51237195a
)) * handle partial return against invoices ([ac61abb](ac61abb2e4
)) * remove ESS role when not mapped to employee (backport [#37867](https://github.com/frappe/erpnext/issues/37867)) ([#38133](https://github.com/frappe/erpnext/issues/38133)) ([8276614](8276614c14
)) * reset dr_or_cr for every reference ([22b39ac](22b39ac4b4
)) * test total unallocated amount in payment ([cb4bb5b](cb4bb5b4ee
)) * valuation rate for the subcontracting receipt supplied items with Serial and Batch Bundle (backport [#38094](https://github.com/frappe/erpnext/issues/38094)) ([#38097](https://github.com/frappe/erpnext/issues/38097)) ([28e6e5d](28e6e5d910
)) ### Features * virtual parent doctype ([e68d2e1](e68d2e138a
))
This commit is contained in:
parent
cb725dcf9f
commit
5336cf08fa
@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.1.0"
|
||||
__version__ = "15.2.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user