mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-19 06:45:11 +00:00
chore(release): Bumped to Version 14.85.4
## [14.85.4](https://github.com/frappe/erpnext/compare/v14.85.3...v14.85.4) (2025-04-16) ### Bug Fixes * correct doctype in item_wise_purchase register ([6ec33c0](6ec33c0098)) * go for lower case "on" because we already have translations for that ([056cc35](056cc35379)) * make report's "printed on" translatable ([f1a8643](f1a864349e)) * **Payment Entry:** set account type if missing (backport [#47069](https://github.com/frappe/erpnext/issues/47069)) (backport [#47070](https://github.com/frappe/erpnext/issues/47070)) ([#47072](https://github.com/frappe/erpnext/issues/47072)) ([b88f6c1](b88f6c1252)) * remove redundant letter head ([033fa09](033fa09eb4)) * revert [#46900](https://github.com/frappe/erpnext/issues/46900) - against_voucher filter in general ledger ([5844aaf](5844aafd12)) * serial no validation for stock reconciliation ([a3d4d34](a3d4d34454)) * stock entry repack amount calculation ([253a067](253a067592)) * update the modified date in for SLEs and GLs after rename ([8801584](8801584c8d)) ### Performance Improvements * stock ageing report generation ([7a74dac](7a74dac2c2))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.85.3"
|
||||
__version__ = "14.85.4"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user