Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.65.0
Browse files Browse the repository at this point in the history
# [14.65.0](v14.64.0...v14.65.0) (2024-03-06)

### Bug Fixes

* account validation error on bank account after editing existing bank account ([8b3c809](8b3c809))
* allow gain/loss for Journals against Journals ([52e1c2f](52e1c2f))
* do not allow to cancel incomplete reposting (backport [#40224](#40224)) ([#40229](#40229)) ([091d6f3](091d6f3))
* don't override reference exchange rate ([e25ec41](e25ec41))
* handle partial invoice against provisional entry ([5f23614](5f23614))
* incorrect exchange rate if JE has multi parties ([1b5a237](1b5a237))
* incorrect TCS on customer and suppliers with same name ([af56846](af56846))
* make use of 'flt' to prevent really low precision exc gain/loss ([c1a0ac6](c1a0ac6))
* make warning for previously existing SO an alert ([c8b817c](c8b817c))
* over billing qty along with rate ([14d9d29](14d9d29))
* **Project:** filter department by company ([646b55e](646b55e))
* provisional reverse entry amount ([e62c49d](e62c49d))
* rate change on changing of the qty (backport [#40241](#40241)) ([#40242](#40242)) ([b937c4b](b937c4b))
* **setup:** avoid duplicate entry for Analytics role (backport [#40183](#40183)) ([#40184](#40184)) ([035c90c](035c90c))

### Features

* add company filter to child table field ([38baf8d](38baf8d))
  • Loading branch information
frappe-bot committed Mar 6, 2024
1 parent 0b364f6 commit b424a18
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.64.0"
__version__ = "14.65.0"


def get_default_company(user=None):
Expand Down

0 comments on commit b424a18

Please sign in to comment.