From 00d45c34baa3a3c681315681ee4e5eab50b5055d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Apr 2024 06:13:12 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.20.4 ## [15.20.4](https://github.com/frappe/erpnext/compare/v15.20.3...v15.20.4) (2024-04-17) ### Bug Fixes * Delayed Order Report not working (backport [#41037](https://github.com/frappe/erpnext/issues/41037)) ([#41039](https://github.com/frappe/erpnext/issues/41039)) ([40d059c](https://github.com/frappe/erpnext/commit/40d059c7c1f3db7ad53e6947d1cf090ced3a4932)) * do not validate batch qty for LCV ([5de9b6a](https://github.com/frappe/erpnext/commit/5de9b6ac757246c6578af32f521398ca1629d51d)) * Don't set delivery date as today while making SO from Quotation ([fea906b](https://github.com/frappe/erpnext/commit/fea906b883060fecaaf7fbdc95f5c1a97ea5d847)) * expense account set as COGS for stock entry Material Issue (backport [#41026](https://github.com/frappe/erpnext/issues/41026)) ([#41029](https://github.com/frappe/erpnext/issues/41029)) ([f59e433](https://github.com/frappe/erpnext/commit/f59e43320b6bfc58935f8383850d46c5e8e8bdc9)) * get address if multiple companies ([dcfc768](https://github.com/frappe/erpnext/commit/dcfc768d33eac293bf7435bcce29d64039f1e06b)) * get address if multiple companies ([ccdbad9](https://github.com/frappe/erpnext/commit/ccdbad9f90bde08b702e5749b9c2ab0ac98b0655)) * **gp:** SLEs not fetched for correct warehouse ([881dc02](https://github.com/frappe/erpnext/commit/881dc0234944f2ce6e0c928f066f45b98eeaa3c3)) * incorrect exc gain/loss for PE against JE for payable accounts ([361d7f1](https://github.com/frappe/erpnext/commit/361d7f1ba539f670b87dfb00493d6a165b4d5c7c)) * landed cost voucher for legacy pr with batch ([4e215c6](https://github.com/frappe/erpnext/commit/4e215c6b7b88562dcc1bac5265180dd048dc07a3)) * Link Validation Error on Dunning cancellation ([0053d57](https://github.com/frappe/erpnext/commit/0053d57ec4ef33c022d86951fc484d1d87fe5bee)) * Multiple partial payment requests against Purchase Invoice ([e287376](https://github.com/frappe/erpnext/commit/e287376cc8daff44149a34bb552aeb94886d130e)) * not able to submit subcontracting receipt (backport [#41041](https://github.com/frappe/erpnext/issues/41041)) ([#41045](https://github.com/frappe/erpnext/issues/41045)) ([b27ad76](https://github.com/frappe/erpnext/commit/b27ad765576dbb06b9b160939f769d94ea6ccb90)) * Subcontracting Receipt GL Entries (backport [#40773](https://github.com/frappe/erpnext/issues/40773)) ([#40979](https://github.com/frappe/erpnext/issues/40979)) ([9abc71f](https://github.com/frappe/erpnext/commit/9abc71f9c8f0335c986d4f3953a6147ec77bb557)) * Test case ([641b2a4](https://github.com/frappe/erpnext/commit/641b2a4705e8387500e39adecce3576f15ef9645)) * test cases ([0ee91a2](https://github.com/frappe/erpnext/commit/0ee91a2e541b59146a333fde7248c1e2eee2a797)) * type of transaction validation for the stock entry (backport [#40986](https://github.com/frappe/erpnext/issues/40986)) ([#40992](https://github.com/frappe/erpnext/issues/40992)) ([4342b89](https://github.com/frappe/erpnext/commit/4342b891ebdc80350c9e713c0e0a18e84713955d)) * **ux:** Sales Order Stock Reservation Dialog (backport [#40707](https://github.com/frappe/erpnext/issues/40707)) ([#40980](https://github.com/frappe/erpnext/issues/40980)) ([14a1a18](https://github.com/frappe/erpnext/commit/14a1a18243c54108e5e29d1878b5bc7ea97387b6)) * voucher no. is link field for non english user interface ([1c28ed4](https://github.com/frappe/erpnext/commit/1c28ed4d5b570bc64fe45ea7b7dffda7bb264f4e)) * zero division error ([e9c6c5a](https://github.com/frappe/erpnext/commit/e9c6c5a8eb47daa063fbbbeb74284fda338c1b80)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 73679a8cd01..f4240eb39a4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.20.3" +__version__ = "15.20.4" def get_default_company(user=None):