mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
chore(release): Bumped to Version 14.44.0
# [14.44.0](https://github.com/frappe/erpnext/compare/v14.43.1...v14.44.0) (2023-10-12) ### Bug Fixes * added validation for the batch on stock reco ([#37174](https://github.com/frappe/erpnext/issues/37174)) ([4c337a6](4c337a6f44)) * ageing summary in AR ([15d2024](15d2024b8e)) * allocate amt for payment term invoices ([b22ac13](b22ac137f5)) * call validate before setting repost flag ([bec3e8e](bec3e8ed96)) * do not run bg job for single doc ([4123e7b](4123e7b244)) * **Employee:** enable `no_copy` for `relieving_date` (backport [#37344](https://github.com/frappe/erpnext/issues/37344)) ([#37358](https://github.com/frappe/erpnext/issues/37358)) ([2b38b78](2b38b780ba)) * exception on exporting errored rows ([e58b3b1](e58b3b11e9)) * fetch company details for Lead based quotation ([c1d40a6](c1d40a6bfa)) * fetch dependent task subject and project (backport [#37401](https://github.com/frappe/erpnext/issues/37401)) ([#37421](https://github.com/frappe/erpnext/issues/37421)) ([0aad942](0aad942312)) * ignore cancelled gle in voucher-wise balance report ([#36417](https://github.com/frappe/erpnext/issues/36417)) ([ee1255a](ee1255a716)) * incorrect status of the returned purchase receipt ([#37300](https://github.com/frappe/erpnext/issues/37300)) ([63f4573](63f45739e0)) * linting issues ([6c8a65e](6c8a65e03b)) * negative valuation rate in PR return ([#37424](https://github.com/frappe/erpnext/issues/37424)) ([26ad688](26ad688584)) * payment request rounding in multi-currency and on status update ([eed5863](eed58634ba)) * production plan reserved qty incorrect calculation (backport [#37400](https://github.com/frappe/erpnext/issues/37400)) ([#37458](https://github.com/frappe/erpnext/issues/37458)) ([573b159](573b159541)) * split inv allocated amt on server side ([06b0477](06b04770fc)) * typo in doctype name and qb ([606c99e](606c99e57c)) * **ux:** allow MR to Stop until fully received (backport [#37452](https://github.com/frappe/erpnext/issues/37452)) ([#37456](https://github.com/frappe/erpnext/issues/37456)) ([fb0b426](fb0b426fe4)) * validation for si ([3dc68e3](3dc68e3b00)) ### Features * add repost btn in invoice ([cde848d](cde848dc7f)) * allow on submit fields ([f5245f6](f5245f6b3f)) * allow repost for pi ([2d13dda](2d13dda49c)) * composite WIP asset ([#37352](https://github.com/frappe/erpnext/issues/37352)) ([0ecd7d2](0ecd7d2bf5)) * disable currency exchange api. ([#33593](https://github.com/frappe/erpnext/issues/33593)) ([1ca0516](1ca0516fe5)) * filter on voucher no ([cb35218](cb35218eec)) * introduce unreconcile doctype ([ae8355c](ae8355c953)) * UI for unreconcile ([9531a45](9531a45b94)) * unreconcile support for journal entry ([cd2d335](cd2d335256)) * validate negative stock for inventory dimension ([#37373](https://github.com/frappe/erpnext/issues/37373)) ([1480aca](1480acabb0))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.43.1"
|
||||
__version__ = "14.44.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user