mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
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](8412938442)) * currency symbol on `amount` field suppose to show as `Company`'s currency not as default company's currency ([333c757](333c7577eb)) * do not copy date fields in opportunity doctype ([5186872](5186872b9b)) * german translations for incoterms ([003653c](003653c572)) * get amount with taxes and charges from payment entry ([094411f](094411f5f0)) * 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](c0b5f7c8eb)) * specify precision for net_amount ([#39481](https://github.com/frappe/erpnext/issues/39481)) ([cf34219](cf34219c71)) * stock reco with incorrect serial numbers ([#42865](https://github.com/frappe/erpnext/issues/42865)) ([54842ea](54842ea0b3)) * timeout while submitting stock entry (backport [#42929](https://github.com/frappe/erpnext/issues/42929)) ([#42930](https://github.com/frappe/erpnext/issues/42930)) ([73eab91](73eab91631)) * 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](2f4f2a8eec)) * update dimesions in exchange_gain_loss jv based on base document ([820dcd7](820dcd79bb)) * Update get_amount to return currency precision grand total ([0c2d7f2](0c2d7f2d9a)) * use of incorrect attribute ([ff14d72](ff14d72a46)) ### Features * report to identify incorrectly cleared cheques ([c29b95e](c29b95e306)) ### 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](12d5e247c5))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.72.2"
|
||||
__version__ = "14.73.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user