mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +00:00
chore(release): Bumped to Version 14.13.0
# [14.13.0](https://github.com/frappe/erpnext/compare/v14.12.1...v14.13.0) (2023-01-17) ### Bug Fixes * allow to create sales order from expired quotation ([#33582](https://github.com/frappe/erpnext/issues/33582)) ([fe51343](fe513433b2)) * asset repair link ([bc55f44](bc55f44de6)) * asset value in fixed asset register ([#33608](https://github.com/frappe/erpnext/issues/33608)) ([4d2497f](4d2497faf1)) * attribute error while submitting Repost PLE ([0431a57](0431a57ff0)) * better comparision of difference value between stock and account ([5869fcb](5869fcbd86)) * minor filter issue while reconciliation tool from bench console ([bddf330](bddf330754)) * Missing constructor args in Bank Reco Tool ([#33705](https://github.com/frappe/erpnext/issues/33705)) ([f88c8c4](f88c8c48c9)) * only group similar items in print format if group_same_items is checked in pick list (backport [#33627](https://github.com/frappe/erpnext/issues/33627)) ([#33630](https://github.com/frappe/erpnext/issues/33630)) ([28f2d35](28f2d357ab)) * patch item_reposting_for_incorrect_sl_and_gl ([1928195](1928195167)) * Rate from LDC in TDS reports (backport [#33699](https://github.com/frappe/erpnext/issues/33699)) ([#33700](https://github.com/frappe/erpnext/issues/33700)) ([9fa4c1a](9fa4c1a3bd)) * Return against internal purchase invoice (backport [#33635](https://github.com/frappe/erpnext/issues/33635)) ([#33658](https://github.com/frappe/erpnext/issues/33658)) ([35fbd67](35fbd67a93)) * Sales ORder Connections on Material Request ([8a04031](8a0403119f)) * Updating SO throws ordered_qty not allowed to change after submission ([f915c18](f915c18137)) * zero rm-cost in SCR ([2dfbc6e](2dfbc6e4eb)) ### Features * Date filters on bank reconciliation tool ([#33271](https://github.com/frappe/erpnext/issues/33271)) ([91b08f1](91b08f179a)) * provision to select date type based on filter ([4d65d6f](4d65d6f9bd)) ### Performance Improvements * improve reconciliation speed on JE's with 1000's of rows ([8a498ed](8a498ed029)) ### Reverts * Reverting changes done on 33495 ([#33662](https://github.com/frappe/erpnext/issues/33662)) ([23b9f66](23b9f661b6))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.12.1"
|
||||
__version__ = "14.13.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user