mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
chore(release): Bumped to Version 14.27.0
# [14.27.0](https://github.com/frappe/erpnext/compare/v14.26.0...v14.27.0) (2023-06-07) ### Bug Fixes * add validation for existing Serial No Manufactured/Received again ([#35534](https://github.com/frappe/erpnext/issues/35534)) ([4ed701b](4ed701b477)) * get party details ([c7391c8](c7391c8a0f)) * higher precision makes ERR to misjudge zero bal acc as non-zero ([456c336](456c336899)) * ignore `Non-Stock Item` mapping in Pick List ([200166b](200166bc24)) * ignore `Non-Stock Item` while calculating `% Picked` in Sales Order ([c0d8271](c0d82710b7)) * Interest Accrual on Loan Topup ([#35555](https://github.com/frappe/erpnext/issues/35555)) ([6140f13](6140f13f3a)) * missing bom details in the stock entry ([2ee0229](2ee0229751)) * **regional:** allow regional override for updating gl_dict ([#35550](https://github.com/frappe/erpnext/issues/35550)) ([57b502b](57b502b9de)) * Task gantt popup style ([20e2242](20e224224b)) * update `Stock Reconciliation` document while reposting ([cc95ced](cc95cedfee)) * **ux:** throw if no row selected to create repost entries (backport [#35503](https://github.com/frappe/erpnext/issues/35503)) ([#35504](https://github.com/frappe/erpnext/issues/35504)) ([5ba5fb1](5ba5fb1b1c)) ### Features * ability to create quotation against a prospect ([d82d159](d82d1597ac))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.26.0"
|
||||
__version__ = "14.27.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user