Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.65.4
Browse files Browse the repository at this point in the history
## [14.65.4](v14.65.3...v14.65.4) (2024-03-20)

### Bug Fixes

* added index for voucher_detail_no in gl entry ([a1c8b93](a1c8b93))
* currency symbol for Landed Cost Voucher Amount (backport [#40550](#40550)) ([#40553](#40553)) ([7851311](7851311))
* Data too long for column 'stock_queue' ([#40450](#40450)) ([3340463](3340463))
* flaky ecommerce test case ([#40534](#40534)) ([b197c19](b197c19))
* get unique provisional accounts ([39d958c](39d958c))
* index error on Exchange Rate Revaluation creation ([8813b6b](8813b6b))
* invalid exchange loss booking on invoice againts base accounts ([a27f386](a27f386))
* missing range for ageing summary ([9f0ad7a](9f0ad7a))
* provisional entry for non-stock item ([0aef7f9](0aef7f9))
* **Supplier Quotation Comparison:** group by options ([cfed706](cfed706))
* Update Existing Price List Rate not working (backport [#40333](#40333)) ([#40526](#40526)) ([64f1844](64f1844))
* warehouse issue in pick list ([#40453](#40453)) ([5a2eaf9](5a2eaf9))
  • Loading branch information
frappe-bot committed Mar 20, 2024
1 parent edce577 commit b657517
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.65.3"
__version__ = "14.65.4"


def get_default_company(user=None):
Expand Down

0 comments on commit b657517

Please sign in to comment.