mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
chore(release): Bumped to Version 14.2.2
## [14.2.2](https://github.com/frappe/erpnext/compare/v14.2.1...v14.2.2) (2022-10-04) ### Bug Fixes * (bulk transaction) key error and better error logging (backport [#32445](https://github.com/frappe/erpnext/issues/32445)) ([#32463](https://github.com/frappe/erpnext/issues/32463)) ([7a80385](7a8038500d)) * add non-stock item filter for `fg_item` in PO ([11f9279](11f92797b9)) * add validation for non-stock item in SCR ([793fa18](793fa18225)) * asset requiring maintenance sold status and added test [v14-hotfix] ([c0a141b](c0a141bfcd)) * asset tests ([6710337](671033755f)) * calculate depreciation properly on asset sale entry and scrap entry ([f5f13c4](f5f13c4611)) * Create accounting dimension fields in asset capitalization ([9ec0d10](9ec0d104a5)) * Disbursement Account in patch to update old loans ([0973989](097398914e)) * don't allow to update `Maintain Stock` if the item has a `BOM` ([e5d1f59](e5d1f59d96)) * fetch swift_number in payment_request ([f09222a](f09222a9e5)) * fix restore asset value after depreciation ([8605245](86052450a5)) * fixes query builder order by issue in postgres (backport [#32441](https://github.com/frappe/erpnext/issues/32441)) ([#32465](https://github.com/frappe/erpnext/issues/32465)) ([8851826](8851826a57)) * Incorrect TCS amount deducted in Sales Invoice ([4d51d73](4d51d73797)) * Item details fetching on making transaction from item dashboard ([db60299](db60299cf3)) * not able to return sold expired batches ([9c56a5f](9c56a5ff7c)) * payment request make bank field Link instead of Read Only ([c8c0f34](c8c0f345d7)) * pick list picked-qty for batch item ([32107c4](32107c4a79)) * refactor asset capitilization ([bad3b33](bad3b330f4)) * searchfields as per customize form not working for Item ([f167abb](f167abbbfd)) * show `Make Purchase Invoice` button based on permission ([fd86876](fd86876a0e)) * supplied items added twice in Stock Entry ([d91ac5e](d91ac5e549)) * test_scrap_asset ([fd232d1](fd232d1db7)) * typo in sales_register's filter mode_of_payment (backport [#32371](https://github.com/frappe/erpnext/issues/32371)) ([#32446](https://github.com/frappe/erpnext/issues/32446)) ([1918b5c](1918b5c4b0)) * update with new Frappe color. fix [#32455](https://github.com/frappe/erpnext/issues/32455) ([#32456](https://github.com/frappe/erpnext/issues/32456)) ([3e7582f](3e7582f55b)) ### Reverts * Revert "fix: fetch swift_number in payment_request" ([d3c151f](d3c151f32b))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.2.1"
|
||||
__version__ = "14.2.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user