mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
chore(release): Bumped to Version 14.65.4
## [14.65.4](https://github.com/frappe/erpnext/compare/v14.65.3...v14.65.4) (2024-03-20) ### Bug Fixes * added index for voucher_detail_no in gl entry ([a1c8b93](a1c8b93e99)) * currency symbol for Landed Cost Voucher Amount (backport [#40550](https://github.com/frappe/erpnext/issues/40550)) ([#40553](https://github.com/frappe/erpnext/issues/40553)) ([7851311](785131121d)) * Data too long for column 'stock_queue' ([#40450](https://github.com/frappe/erpnext/issues/40450)) ([3340463](3340463b8e)) * flaky ecommerce test case ([#40534](https://github.com/frappe/erpnext/issues/40534)) ([b197c19](b197c1926f)) * get unique provisional accounts ([39d958c](39d958c507)) * index error on Exchange Rate Revaluation creation ([8813b6b](8813b6b2fd)) * invalid exchange loss booking on invoice againts base accounts ([a27f386](a27f386665)) * missing range for ageing summary ([9f0ad7a](9f0ad7a4ea)) * provisional entry for non-stock item ([0aef7f9](0aef7f9671)) * **Supplier Quotation Comparison:** group by options ([cfed706](cfed706c15)) * Update Existing Price List Rate not working (backport [#40333](https://github.com/frappe/erpnext/issues/40333)) ([#40526](https://github.com/frappe/erpnext/issues/40526)) ([64f1844](64f1844bc8)) * warehouse issue in pick list ([#40453](https://github.com/frappe/erpnext/issues/40453)) ([5a2eaf9](5a2eaf9092))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.65.3"
|
||||
__version__ = "14.65.4"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user