mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 14:11:45 +01:00
chore(release): Bumped to Version 14.0.2
## [14.0.2](https://github.com/frappe/erpnext/compare/v14.0.1...v14.0.2) (2022-08-23) ### Bug Fixes * additional-cost in items table ([da69cc5](da69cc5477)) * base_amount and exchange_rate in additional-cost table ([d48487a](d48487ada2)) * Cash and non trade discount calculation ([b6d2de2](b6d2de2cc1)) * don't allow to create SCR directly (backport [#31924](https://github.com/frappe/erpnext/issues/31924)) ([#31926](https://github.com/frappe/erpnext/issues/31926)) ([0bfb774](0bfb774bdf)) * incorrect buying amount in Gross Profit rpt ([981add9](981add9b6f)) * incorrect tax amt due to different exchange rate in PR and PI ([a767326](a76732613e)) * limited options for no-of-employees in crm ([735a608](735a60807a)) * make rate field read-only in subcontracting receipt item (backport [#31905](https://github.com/frappe/erpnext/issues/31905)) ([#31906](https://github.com/frappe/erpnext/issues/31906)) ([6be77d5](6be77d5729)) * map old data as per new options of no-of-employees ([35e9bfc](35e9bfca38)) * **pos:** edge case while closing pos ([#31892](https://github.com/frappe/erpnext/issues/31892)) ([200a971](200a971743)) * process loan interest accrual ([66e5202](66e5202642)) * recalculate rate of items based on "Recalculate Rate" checkbox ([9e60dd3](9e60dd32e8)) * TDS calculation for advance payment ([78b39d6](78b39d6ca4)) * term loan interest calculation ([8fdbbf3](8fdbbf374d)) * test "test_pending_and_received_qty" ([e099e10](e099e10c8e)) * Test cases ([3afb625](3afb625ff8)) * Unable to make payment entry against Fees using education app ([1aa96de](1aa96defda)) ### Performance Improvements * use `create_custom_fields` ([#31853](https://github.com/frappe/erpnext/issues/31853)) ([6656d23](6656d23e45))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.0.1"
|
||||
__version__ = "14.0.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user