From 7648d8db80875c8cfc4c8667b3c339ea3a26bcea Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Aug 2024 05:02:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.73.0 # [14.73.0](https://github.com/frappe/erpnext/compare/v14.72.2...v14.73.0) (2024-08-28) ### Bug Fixes * call 'process' directly instead of creating 'process_subscripti ([8412938](https://github.com/frappe/erpnext/commit/8412938442b230d9fd924bd732cb6a3d42896769)) * currency symbol on `amount` field suppose to show as `Company`'s currency not as default company's currency ([333c757](https://github.com/frappe/erpnext/commit/333c7577ebe47fd85109af046d13290d7189399e)) * do not copy date fields in opportunity doctype ([5186872](https://github.com/frappe/erpnext/commit/5186872b9b9005aa6253f733492d6b11395cbcd9)) * german translations for incoterms ([003653c](https://github.com/frappe/erpnext/commit/003653c572109b697b8670ac582b56e4fb690f1c)) * get amount with taxes and charges from payment entry ([094411f](https://github.com/frappe/erpnext/commit/094411f5f0d84378e4c9a3b64d29a992939fd93c)) * same posting date and time, creation causing incorrect balance qty (backport [#42904](https://github.com/frappe/erpnext/issues/42904)) ([#42919](https://github.com/frappe/erpnext/issues/42919)) ([c0b5f7c](https://github.com/frappe/erpnext/commit/c0b5f7c8ebe90245e440294c445933ecf5c5e35e)) * specify precision for net_amount ([#39481](https://github.com/frappe/erpnext/issues/39481)) ([cf34219](https://github.com/frappe/erpnext/commit/cf34219c71a0e7b6c2921fecc5d62b9d76ea8807)) * stock reco with incorrect serial numbers ([#42865](https://github.com/frappe/erpnext/issues/42865)) ([54842ea](https://github.com/frappe/erpnext/commit/54842ea0b360187585b081ab82d4c4dd3505c166)) * timeout while submitting stock entry (backport [#42929](https://github.com/frappe/erpnext/issues/42929)) ([#42930](https://github.com/frappe/erpnext/issues/42930)) ([73eab91](https://github.com/frappe/erpnext/commit/73eab91631e679545d264e574d8363b5b717759e)) * unsupported operand type(s) for *: 'float' and 'NoneType' (backport [#42916](https://github.com/frappe/erpnext/issues/42916)) ([#42917](https://github.com/frappe/erpnext/issues/42917)) ([2f4f2a8](https://github.com/frappe/erpnext/commit/2f4f2a8eec7c3f214794d08af0719067c578d37b)) * update dimesions in exchange_gain_loss jv based on base document ([820dcd7](https://github.com/frappe/erpnext/commit/820dcd79bb372963dea56cd117605238cc4a398d)) * Update get_amount to return currency precision grand total ([0c2d7f2](https://github.com/frappe/erpnext/commit/0c2d7f2d9ac36a5c42adafe4603ffff67f76e438)) * use of incorrect attribute ([ff14d72](https://github.com/frappe/erpnext/commit/ff14d72a4620f55c4282e0cc29b6ffc08419334d)) ### Features * report to identify incorrectly cleared cheques ([c29b95e](https://github.com/frappe/erpnext/commit/c29b95e3068f57e0f74433f1ff0e88a8a4f7bb20)) ### Performance Improvements * data import for stock entries (backport [#42711](https://github.com/frappe/erpnext/issues/42711)) ([#42903](https://github.com/frappe/erpnext/issues/42903)) ([12d5e24](https://github.com/frappe/erpnext/commit/12d5e247c5f5c01a6708814f8be9177addc28cca)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9c46e07ea90..b3dc3ed629e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.72.2" +__version__ = "14.73.0" def get_default_company(user=None):