mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
chore(release): Bumped to Version 14.18.0
# [14.18.0](https://github.com/frappe/erpnext/compare/v14.17.4...v14.18.0) (2023-03-07) ### Bug Fixes * `Inventory Dimension` for `Stock Reconciliation` ([b08cdc0](b08cdc00f2)) * `rejected_serial_no` not getting copied from PR to PR(Return) ([3db8258](3db82587eb)) * `Serial No is mandatory` even if the `qty` is `0` ([aa6b891](aa6b891ef0)) * BOM Update log not completed ([235ecca](235ecca9fa)) * consumed qty validation for subcontracting receipt ([7eccf43](7eccf431fd)) * Default sales team not getting set ([#34284](https://github.com/frappe/erpnext/issues/34284)) ([64c758d](64c758d0c0)) * Do not calculate commission post submit ([#34267](https://github.com/frappe/erpnext/issues/34267)) ([480797e](480797e856)) * labels name ([5e9f1df](5e9f1dfbb3)) * **minor:** Dirty the form after clicking on Get advances button in Invoices ([#34323](https://github.com/frappe/erpnext/issues/34323)) ([0e9f9c3](0e9f9c31a0)) * Payment Request against sales order with disabled rounded total ([#34281](https://github.com/frappe/erpnext/issues/34281)) ([ca59c69](ca59c699cd)) * Performance improvement when adding a new item ([#34195](https://github.com/frappe/erpnext/issues/34195)) ([71a281f](71a281fb11)) * Resolve conflicts ([f6469d8](f6469d8398)) * Stock Reconciliation `actual_qty` ([d97c1bf](d97c1bf0f4)) * update inventory dimensions before returning sle ([ab73742](ab737424c2)) * Wrap unexpectedly long text in remark ([b13bf1e](b13bf1ebc5)) ### Features * adjust purchase receipt valuation rate as per purchase invoice rate ([db033c6](db033c6862)) ### Reverts * Revert "refactor: use renamed timezone utils (#34301)" ([a2e001a](a2e001a2da)), closes [#34301](https://github.com/frappe/erpnext/issues/34301) [#34301](https://github.com/frappe/erpnext/issues/34301)
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.17.4"
|
||||
__version__ = "14.18.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user