mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 13:42:10 +01:00
chore(release): Bumped to Version 14.1.0
# [14.1.0](https://github.com/frappe/erpnext/compare/v14.0.3...v14.1.0) (2022-09-06) ### Bug Fixes * **Appointment:** create lead notes as child table ([00a73c7](00a73c7a57)) * fetch from parent not working for custom field ([76ae4d8](76ae4d87ca)) * force delete old report docs (backport [#32026](https://github.com/frappe/erpnext/issues/32026)) ([#32027](https://github.com/frappe/erpnext/issues/32027)) ([0e9a1fb](0e9a1fb40e)) * include payment against PO in AR/AP report ([4bbd0ec](4bbd0ec985)) * incorrect import parameter for cancel PDA ([f55881a](f55881aef8)) * key error on consolidated financial report ([4409f11](4409f11282)) * KSA VAT report multi currency amount issue ([b96526e](b96526eefd)) * Loan Interest accruals for 0 rated loans ([1b9082e](1b9082e07b)) * Naming series in Journal Entry Template ([5520c6b](5520c6b2f3)) * not able to make variant item ([f871dd4](f871dd4ef6)) * **pos:** error while consolidating pos invoices ([319ee41](319ee41403)) * remove spaces and order import ([055556b](055556b7f1)) * upgrade process to version-14 when currency opportunity wass not set ([4cb685a](4cb685a326)) * validate available qty for consumption in SCR ([26536da](26536da74b)) ### Features * better Item Price list view ([#31954](https://github.com/frappe/erpnext/issues/31954)) ([784fb47](784fb47197)) * tabbed view for Employee form ([#31940](https://github.com/frappe/erpnext/issues/31940)) ([#32095](https://github.com/frappe/erpnext/issues/32095)) ([3c688df](3c688dfa6d)) * two new filters for gross profit ([60fa421](60fa421409))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.0.3"
|
||||
__version__ = "14.1.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user