Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.14.0
Browse files Browse the repository at this point in the history
# [14.14.0](frappe/erpnext@v14.13.0...v14.14.0) (2023-01-25)

### Bug Fixes

* Better budget exceeding validation messages ([frappe#33713](frappe#33713)) ([4be8375](frappe@4be8375))
* bom.json updated ([9469488](frappe@9469488))
* calculate correct amount for qty == 0 ([frappe#33739](frappe#33739)) ([1c1c903](frappe@1c1c903))
* don't add template item in sales/purchase transaction ([8c12f7f](frappe@8c12f7f))
* **ecommerce:** breadcrumb: fallback to `/all-products` ([frappe#33718](frappe#33718)) ([1a33324](frappe@1a33324))
* fb issue in asset chart, asset split and reverse_depreciation_entry_made_after_disposal ([dffdc67](frappe@dffdc67))
* hide with_operation on selection on fg_based and vice versa ([8ee6db3](frappe@8ee6db3))
* incorrect `rate` and `amount` in MR Item ([frappe#33547](frappe#33547)) ([ff731ea](frappe@ff731ea))
* incorrect actual qty for the packed item ([bcd1fca](frappe@bcd1fca))
* incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped ([96f9b34](frappe@96f9b34))
* linting ([dedc9ec](frappe@dedc9ec))
* local variable 'stock_rbnb' referenced before assignment ([21cf929](frappe@21cf929))
* minor change in bom.js added ([19aa237](frappe@19aa237))
* minor changes added ([7fd8cef](frappe@7fd8cef))
* **minor:** Label updates in Statement of Accounts ([frappe#33639](frappe#33639)) ([8af9a2f](frappe@8af9a2f))
* missing constant definition ([219aa81](frappe@219aa81))
* not able to change default BOM in the Subcontracting Order ([ed1aed2](frappe@ed1aed2))
* Patch to update reference_due_date in Journal Entry ([frappe#33616](frappe#33616)) ([0740120](frappe@0740120))
* **pricing rule:** free item duplication ([frappe#33746](frappe#33746)) ([5a49884](frappe@5a49884))
* rewrite logic for duplicate check in Item Attribute ([6544cb8](frappe@6544cb8))
* Short closed order, receipt, and delivery note status on cancellation ([frappe#33743](frappe#33743)) ([89f1eef](frappe@89f1eef))
* TDS deduction in payment entry ([frappe#33747](frappe#33747)) ([f9a43e5](frappe@f9a43e5))
* test case added for FG_BASED OPERTING COST ([30af8c3](frappe@30af8c3))
* the frappe throw message is corrected in the group task validation ([cf43930](frappe@cf43930))
* use hash based naming for tax withheld vouchers child table (backport [frappe#33643](frappe#33643)) ([frappe#33748](frappe#33748)) ([cf6d454](frappe@cf6d454))
* web supplier quotation ([ceef2d6](frappe@ceef2d6))

### Features

* Add operating cost based on bom quanity without creating job card ([0035ee2](frappe@0035ee2))
* get items from Transit Stock Entry ([31fd6f3](frappe@31fd6f3))
  • Loading branch information
frappe-bot committed Jan 25, 2023
1 parent 891b96e commit 9fe9d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import frappe

__version__ = "14.13.0"
__version__ = "14.14.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 9fe9d7d

Please sign in to comment.