mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
chore(release): Bumped to Version 14.84.0
# [14.84.0](https://github.com/frappe/erpnext/compare/v14.83.4...v14.84.0) (2025-03-25) ### Bug Fixes * assign dialog instance to a variable in update_child_items function ([690a939](690a939572)) * customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([331ecc1](331ecc1964)) * do not validate if conversion rate is 1 for different currency ([c3447c0](c3447c030a)) * fix lint issues with trailing whitespaces ([df64d2e](df64d2ef4e)) * removed test case ([509c5c4](509c5c4d17)) ### Features * repost accounting ledger for purchase receipt ([88e664b](88e664b79f)) ### Performance Improvements * timeout while renaming cost center ([b9b08c3](b9b08c35ef))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.83.4"
|
||||
__version__ = "14.84.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user