mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
chore(release): Bumped to Version 14.14.0
# [14.14.0](https://github.com/frappe/erpnext/compare/v14.13.0...v14.14.0) (2023-01-25) ### Bug Fixes * Better budget exceeding validation messages ([#33713](https://github.com/frappe/erpnext/issues/33713)) ([4be8375](4be8375e36)) * bom.json updated ([9469488](9469488254)) * calculate correct amount for qty == 0 ([#33739](https://github.com/frappe/erpnext/issues/33739)) ([1c1c903](1c1c903fee)) * don't add template item in sales/purchase transaction ([8c12f7f](8c12f7f2f2)) * **ecommerce:** breadcrumb: fallback to `/all-products` ([#33718](https://github.com/frappe/erpnext/issues/33718)) ([1a33324](1a33324b4a)) * fb issue in asset chart, asset split and reverse_depreciation_entry_made_after_disposal ([dffdc67](dffdc67455)) * hide with_operation on selection on fg_based and vice versa ([8ee6db3](8ee6db3b7b)) * incorrect `rate` and `amount` in MR Item ([#33547](https://github.com/frappe/erpnext/issues/33547)) ([ff731ea](ff731ea70a)) * incorrect actual qty for the packed item ([bcd1fca](bcd1fca37b)) * incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped ([96f9b34](96f9b34b19)) * linting ([dedc9ec](dedc9ecc7c)) * local variable 'stock_rbnb' referenced before assignment ([21cf929](21cf929c7a)) * minor change in bom.js added ([19aa237](19aa23765a)) * minor changes added ([7fd8cef](7fd8cef4d3)) * **minor:** Label updates in Statement of Accounts ([#33639](https://github.com/frappe/erpnext/issues/33639)) ([8af9a2f](8af9a2fad1)) * missing constant definition ([219aa81](219aa81eb6)) * not able to change default BOM in the Subcontracting Order ([ed1aed2](ed1aed22c0)) * Patch to update reference_due_date in Journal Entry ([#33616](https://github.com/frappe/erpnext/issues/33616)) ([0740120](0740120914)) * **pricing rule:** free item duplication ([#33746](https://github.com/frappe/erpnext/issues/33746)) ([5a49884](5a49884636)) * rewrite logic for duplicate check in Item Attribute ([6544cb8](6544cb8822)) * Short closed order, receipt, and delivery note status on cancellation ([#33743](https://github.com/frappe/erpnext/issues/33743)) ([89f1eef](89f1eefe2b)) * TDS deduction in payment entry ([#33747](https://github.com/frappe/erpnext/issues/33747)) ([f9a43e5](f9a43e5470)) * test case added for FG_BASED OPERTING COST ([30af8c3](30af8c3acb)) * the frappe throw message is corrected in the group task validation ([cf43930](cf439301f6)) * use hash based naming for tax withheld vouchers child table (backport [#33643](https://github.com/frappe/erpnext/issues/33643)) ([#33748](https://github.com/frappe/erpnext/issues/33748)) ([cf6d454](cf6d454606)) * web supplier quotation ([ceef2d6](ceef2d6553)) ### Features * Add operating cost based on bom quanity without creating job card ([0035ee2](0035ee2a74)) * get items from Transit Stock Entry ([31fd6f3](31fd6f300f))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.13.0"
|
||||
__version__ = "14.14.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user