From bafa3ce150ee84afbf52e8817299733b01b4020c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 Aug 2022 06:15:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.36.4 ## [13.36.4](https://github.com/frappe/erpnext/compare/v13.36.3...v13.36.4) (2022-08-18) ### Bug Fixes * check item_code in all rows of po_items (backport [#31741](https://github.com/frappe/erpnext/issues/31741)) ([#31843](https://github.com/frappe/erpnext/issues/31843)) ([ba8dc89](https://github.com/frappe/erpnext/commit/ba8dc8925fe07526e8d65f52807b9527415767db)) * conflicts ([41b8563](https://github.com/frappe/erpnext/commit/41b8563b7ad201a2d8bbf43a6153b64d48f5db43)) * contact search in request for quotation (backport [#31828](https://github.com/frappe/erpnext/issues/31828)) ([#31841](https://github.com/frappe/erpnext/issues/31841)) ([2a615af](https://github.com/frappe/erpnext/commit/2a615af00a754162c202d10f77e1c1d36a6d48cd)) * incorrect produced-qty in production-plan-item (backport [#31706](https://github.com/frappe/erpnext/issues/31706)) ([#31862](https://github.com/frappe/erpnext/issues/31862)) ([7ddb332](https://github.com/frappe/erpnext/commit/7ddb332f47b3777bd789e104249d086c1e560caa)) * incorrect rate in BOM exploded items (backport [#31513](https://github.com/frappe/erpnext/issues/31513)) ([#31865](https://github.com/frappe/erpnext/issues/31865)) ([3274e76](https://github.com/frappe/erpnext/commit/3274e7681d9da02fba1fe92e4825ed1ef260a260)) * Make expense account editable in Purchase Receipt Item (backport [#31730](https://github.com/frappe/erpnext/issues/31730)) ([#31879](https://github.com/frappe/erpnext/issues/31879)) ([4775c42](https://github.com/frappe/erpnext/commit/4775c425934d9844512a3f97d32b029613c91c0c)) * not able to issue expired batches ([7ee75ff](https://github.com/frappe/erpnext/commit/7ee75ff762fd15b4c02a4ca58edece81f00bca5b)) * set `billing_address` for purchases in `get_party_details` ([a7d66fa](https://github.com/frappe/erpnext/commit/a7d66fa3526567f5846469d25b445ee4383fc7d5)) * set `company_address` for purchases in `party.js` ([d1de4b0](https://github.com/frappe/erpnext/commit/d1de4b027cd80637b78ab3b44a57fe73aa1a7f33)) * Transit filter for Default Target Warehouse in SE (backport [#31839](https://github.com/frappe/erpnext/issues/31839)) ([#31874](https://github.com/frappe/erpnext/issues/31874)) ([b0917aa](https://github.com/frappe/erpnext/commit/b0917aaf8af6ff67bd85a58090b9b74f973c027a)) * use old style for `_dict.update` ([15654aa](https://github.com/frappe/erpnext/commit/15654aae8b3c5bb2df53401e25c94bd58a118b63)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 91d372b2dcd..40f630fcf5b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.36.3" +__version__ = "13.36.4" def get_default_company(user=None):