mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
chore(release): Bumped to Version 14.82.0
# [14.82.0](https://github.com/frappe/erpnext/compare/v14.81.0...v14.82.0) (2025-02-05) ### Bug Fixes * allow multiple email ids ([9510758](9510758ce4)) * bind this to function ([83bce78](83bce785ff)) * check billing address ([2f33f6b](2f33f6bdf5)) * closing stock balance report not generating ([3f6beeb](3f6beebeec)) * correct error message in payment entry ([9f5d7e4](9f5d7e41ec)) * default payment terms template selected while duplicating ([82cfafb](82cfafb610)) * Gross Profit Report with Correct Totals and Gross Margin (backport [#45548](https://github.com/frappe/erpnext/issues/45548)) ([#45597](https://github.com/frappe/erpnext/issues/45597)) ([0086656](0086656748)) * handling company in bank reconciliation tool ([#45582](https://github.com/frappe/erpnext/issues/45582)) ([7823f1b](7823f1b06f)) * payment schedule table is empty while duplicating record ([d0ff91b](d0ff91b0e0)) * **pos:** add item in the existing item row when discount is applied ([3c6ed0a](3c6ed0a565)) * posting_date to posting_datetime in stock related queries ([bf3d68e](bf3d68e76d)) * renamed Commments Tab to Notes tab in Lead doctype ([0eddd1e](0eddd1e2d7)) * track employee changes ([#45674](https://github.com/frappe/erpnext/issues/45674)) ([43a5c33](43a5c33dbf)) ### Features * set bank account of company to default company bank account from masters ([dac5307](dac53074f2))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.81.0"
|
||||
__version__ = "14.82.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user