mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
chore(release): Bumped to Version 14.4.0
# [14.4.0](https://github.com/frappe/erpnext/compare/v14.3.1...v14.4.0) (2022-10-26) ### Bug Fixes * Advance paid amount in orders (backport [#32642](https://github.com/frappe/erpnext/issues/32642)) ([#32648](https://github.com/frappe/erpnext/issues/32648)) ([8a88105](8a88105aed)) * allow to create Sales Order from expired Quotation ([#32641](https://github.com/frappe/erpnext/issues/32641)) ([ccc58f4](ccc58f48e3)) * Billing Address for inter-company purchase docs ([f8934fa](f8934faa73)) * BOM cost update message ([e539579](e539579fb4)) * dont update item info twice ([8876904](887690449d)) * incorrect qty in material request ([da538a3](da538a37ad)) * number of months subscription plan ([fff9e76](fff9e76718)) * overlap error not raised for job card in case of workstation with production capacity ([ed2a093](ed2a093e49)) * party type and party mandatory on updating outstanding ([9a5e238](9a5e238702)) * searchfield not working for cuctsomer, supplier as per customize form ([fb1c307](fb1c30718b)) * unset contact details ([d7a65b1](d7a65b1d41)) ### Features * Basic Payment Ledger report ([5cb9f7b](5cb9f7b3a4)) * Repayment schedule types for term loans ([6ce32fd](6ce32fd5a9)) ### Performance Improvements * cache barcode scan result (backport [#32629](https://github.com/frappe/erpnext/issues/32629)) ([#32672](https://github.com/frappe/erpnext/issues/32672)) ([3300856](3300856fb4))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.3.1"
|
||||
__version__ = "14.4.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user