From a4b80d1ec4e2a27fed4d0d9a53e61f2e65e9227b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Sep 2023 05:57:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.38.0 # [14.38.0](https://github.com/frappe/erpnext/compare/v14.37.1...v14.38.0) (2023-09-06) ### Bug Fixes * account payable currency and value ([#36859](https://github.com/frappe/erpnext/issues/36859)) ([98c2640](https://github.com/frappe/erpnext/commit/98c26403c1daeb95feacb004d11768da9550a235)) * added ignore_user_permissions to parent field of tree doctypes ([451cc7b](https://github.com/frappe/erpnext/commit/451cc7bc12cbbd6fb17afac05bf3871116d6415b)) * added validation for unique serial numbers in pos invoice ([#36302](https://github.com/frappe/erpnext/issues/36302)) ([1192736](https://github.com/frappe/erpnext/commit/119273639c14cc89bddc45f402f6c2d8c8abc8f3)) * allow payment_account of loan repayment to be edited ([#36948](https://github.com/frappe/erpnext/issues/36948)) ([09e2f24](https://github.com/frappe/erpnext/commit/09e2f24329a9c9f7b29f6987b02fca05fc9bc4c5)) * ask for asset related accounts only when needed (backport [#36960](https://github.com/frappe/erpnext/issues/36960)) ([#36971](https://github.com/frappe/erpnext/issues/36971)) ([58163d5](https://github.com/frappe/erpnext/commit/58163d5aa8d7a24a942c78ae576f295db135364b)) * calcuate received/paid amount on rate change in PE ([0a63266](https://github.com/frappe/erpnext/commit/0a632660e065a9a5642a2e624081ba60de72f3b0)) * deduplicate gain/loss JE creation for journals as payment ([9168b3b](https://github.com/frappe/erpnext/commit/9168b3b0e8be0afeb45a6c42534675a831b6e1c4)) * difference amount in UI should not be calculated ([9bc2b41](https://github.com/frappe/erpnext/commit/9bc2b419e3ba855d7bc180b9ea6c12253e1a6ee5)) * fetch discount amount for gle in base currency ([a8b5880](https://github.com/frappe/erpnext/commit/a8b58800bb5f411ddcb9a595f42fec47ac9bcd12)) * ignore mandatory fields while saving WO (backport [#36954](https://github.com/frappe/erpnext/issues/36954)) ([#36970](https://github.com/frappe/erpnext/issues/36970)) ([c125dea](https://github.com/frappe/erpnext/commit/c125dea0f1478b25ef1234b18764597931bff7d8)) * index error on Receivable report based on payment terms ([#36963](https://github.com/frappe/erpnext/issues/36963)) ([e3d64fc](https://github.com/frappe/erpnext/commit/e3d64fc5536e05b85f0db8f53079f90fb685c554)) * invalid gain/loss JE created on base currency Expense Claim ([068f1b5](https://github.com/frappe/erpnext/commit/068f1b5a6b15fdeed79d28a2e1db1c0d057afac9)) * only show "Unreconcile" if reconciled ([61752ac](https://github.com/frappe/erpnext/commit/61752ac2b49c5e6ecaf720f87e63d53fb5c5d5e2)) * prorate factor for subscription plan ([#36953](https://github.com/frappe/erpnext/issues/36953)) ([fc79af5](https://github.com/frappe/erpnext/commit/fc79af592648912fe25a64802370eb5389de754a)) * reduce threshold for bg job fn ([5a226a8](https://github.com/frappe/erpnext/commit/5a226a8395d1d6c51917ee06584c6bfd0467cb16)) * remove withholding category from common fields ([18f8f7f](https://github.com/frappe/erpnext/commit/18f8f7f09cefa3c4b102c2a0ce6a90476d1e7d16)) * Set the default filter in All Trends Report ([132957f](https://github.com/frappe/erpnext/commit/132957f59e096f1ac049f6c448cbeb20fe33acd6)) * Set the default filter in All Trends Report ([420536c](https://github.com/frappe/erpnext/commit/420536ca522df9bfd99d7e6298a5b719cee40d09)) * when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport [#36892](https://github.com/frappe/erpnext/issues/36892)) ([#36928](https://github.com/frappe/erpnext/issues/36928)) ([5c8bee0](https://github.com/frappe/erpnext/commit/5c8bee0a9592f61939aad47d601ef16eac65d63a)) ### Features * **RFQ:** optionally send document print ([#36363](https://github.com/frappe/erpnext/issues/36363)) ([345c608](https://github.com/frappe/erpnext/commit/345c6084e5461bd43ed7ef7aa7a66b50831f0fab)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5d2189e7c11..4734e8cc0b9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.37.1" +__version__ = "14.38.0" def get_default_company(user=None):