Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.82.0
Browse files Browse the repository at this point in the history
# [14.82.0](v14.81.0...v14.82.0) (2025-02-05)

### Bug Fixes

* allow multiple email ids ([9510758](9510758))
* bind this to function ([83bce78](83bce78))
* check billing address ([2f33f6b](2f33f6b))
* closing stock balance report not generating ([3f6beeb](3f6beeb))
* correct error message in payment entry ([9f5d7e4](9f5d7e4))
* default payment terms template selected while duplicating ([82cfafb](82cfafb))
* Gross Profit Report with Correct Totals and Gross Margin (backport [#45548](#45548)) ([#45597](#45597)) ([0086656](0086656))
* handling company in bank reconciliation tool ([#45582](#45582)) ([7823f1b](7823f1b))
* payment schedule table is empty while duplicating record ([d0ff91b](d0ff91b))
* **pos:** add item in the existing item row when discount is applied ([3c6ed0a](3c6ed0a))
* posting_date to posting_datetime in stock related queries ([bf3d68e](bf3d68e))
* renamed Commments Tab to Notes tab in Lead doctype ([0eddd1e](0eddd1e))
* track employee changes ([#45674](#45674)) ([43a5c33](43a5c33))

### Features

* set bank account of company to default company bank account from masters ([dac5307](dac5307))
  • Loading branch information
frappe-bot committed Feb 5, 2025
1 parent 21b7833 commit 35fab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.81.0"
__version__ = "14.82.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 35fab8c

Please sign in to comment.