mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
chore(release): Bumped to Version 14.67.0
# [14.67.0](https://github.com/frappe/erpnext/compare/v14.66.4...v14.67.0) (2024-04-10) ### Bug Fixes * Get pro-rata depr amount based on correct days ([10d7600](10d760089e)) * group warehouse added in the stock reconciliation ([9dea6d3](9dea6d3393)) * ignore dimension validation for cancelled entries ([9745724](9745724d41)) * incorrect currency symbol in General Ledger print ([5896e75](5896e755bf)) * incorrect operator causing incorrect validation ([7e1ab75](7e1ab75b38)) * query_report.trigger_refresh is not a function ([a6145fa](a6145fa13c)) * translatable web footer ([#40834](https://github.com/frappe/erpnext/issues/40834)) ([b55d859](b55d8597e8)) * use reference type name to update exc rate ([09cda60](09cda60bdf)) ### Features * ledger health doctype ([b667a02](b667a02470)) * new hook `fields_for_group_similar_items` to group additional fields for print formats ([#40831](https://github.com/frappe/erpnext/issues/40831)) ([0172880](0172880fd3)) ### Performance Improvements * memory consumption for the Batch-Wise Balance History report ([3165682](3165682d7a))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.66.4"
|
||||
__version__ = "14.67.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user