mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
chore(release): Bumped to Version 14.8.0
# [14.8.0](https://github.com/frappe/erpnext/compare/v14.7.0...v14.8.0) (2022-11-22) ### Bug Fixes * Accounting Dimension filtering for Sales and Purchase Report ([b782209](b78220957b)) * add missing commas and brackets ([ecd4eab](ecd4eab2da)) * always send account currency in response ([f2fde83](f2fde8327d)) * Bulk payment generation against invoices ([57b00e3](57b00e3b16)) * cast POS query inputs to integers (backport [#32975](https://github.com/frappe/erpnext/issues/32975)) ([#32977](https://github.com/frappe/erpnext/issues/32977)) ([55e1592](55e1592b70)) * don't set `rejected-qty` in return SCR ([4de02dc](4de02dc258)) * Don't show payment button for invoices on hold ([7487acd](7487acdeb6)) * hide reject-fields in return SCR ([71d6f2a](71d6f2a490)) * incorrect currency in Exchange rate revaluation ([a26470a](a26470a65f)) * Internal Transfer Material Request cycle and tracking fixed till purchase receipt ([eaf0950](eaf09503a9)) * link to brand doctype. ([b428307](b428307e9f)) * linters failing ([24aafb3](24aafb3866)) * make `is_internal_supplier` read-only ([caef140](caef140a9b)) * minor change ([ac3120b](ac3120b6f9)) * minor issue fixed ([c356d2c](c356d2cabd)) * naming ([a198a55](a198a55d2d)) * Opening journal entry templates ([6aada76](6aada76297)) * **pos:** item selector image border radius ([aaed4ab](aaed4ab958)) * precision in asset tests ([444f241](444f241263)) * **realtime:** Restrict updates to only last modified or current user ([#33034](https://github.com/frappe/erpnext/issues/33034)) ([9e8a835](9e8a8356e9)) * Remove unnecessary filters from Journal Entry ([387665d](387665d221)) * test case added for MR internal Transfer ([2a892f5](2a892f5c52)) * test case updated for mr ([6ddf273](6ddf27380f)) * Timesheet timer button ([53cf6b8](53cf6b8c89)) * update advace paid in SO/PO in account currency ([14235f2](14235f24b2)) * use `list()` on self mutating iteration ([eb968d7](eb968d7f02)) * Viewing account ledger from party master ([da2dfcc](da2dfcc10b)) ### Features * Workstation Type for BOM ([8323775](8323775282))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.7.0"
|
||||
__version__ = "14.8.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user