From c15cff05b0f85d499042527fd02e1bc16eb9cb5f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 9 Aug 2022 14:09:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.36.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [13.36.3](https://github.com/frappe/erpnext/compare/v13.36.2...v13.36.3) (2022-08-09) ### Bug Fixes * (india) HSN wise report ([08c69c7](https://github.com/frappe/erpnext/commit/08c69c7a762dce43f150ea6192e775f5bdebbd0b)) * add asset repair to accounting dimension list ([809d5ca](https://github.com/frappe/erpnext/commit/809d5caf8091c9cfca0550b61043be2fef3e3dbc)) * consider precision while validating advance amount against sanctioned amount ([63cd434](https://github.com/frappe/erpnext/commit/63cd4349a6efeb42eab2afcc4a897d9a202bd8b6)) * **ecommerce:** remove query to non-existing field (backport [#31771](https://github.com/frappe/erpnext/issues/31771)) ([#31774](https://github.com/frappe/erpnext/issues/31774)) ([0e46b33](https://github.com/frappe/erpnext/commit/0e46b33ee3b82ca2ee880431b8548adaca97cfa8)) * f-string and where clause ([42b3959](https://github.com/frappe/erpnext/commit/42b395916dbe35a2bdf2aa2fcdcac7523d19dcef)) * getting error to show sales invoice group or print rep… (backport [#31756](https://github.com/frappe/erpnext/issues/31756)) ([#31768](https://github.com/frappe/erpnext/issues/31768)) ([473a43b](https://github.com/frappe/erpnext/commit/473a43b6b12d2b4370e365c68c9ad68a57359ffa)) * incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a](https://github.com/frappe/erpnext/commit/4e8b39ab3f70792e2b52b2fea568b2895b0fe745)) * incorrect tax calculation in case of reduced payment days ([80981d0](https://github.com/frappe/erpnext/commit/80981d025f63f43e2900f6db4ae6ca58a849040b)) * intercompany SO throws exception ([a17acfd](https://github.com/frappe/erpnext/commit/a17acfdaa2f60a873a823ffcddc2b3e7e07711cf)) * minor changed link ([e9e53a7](https://github.com/frappe/erpnext/commit/e9e53a74c910633660525d660d8833eec3e6e095)) * Payment Entry button is visible even when claim is fully paid ([d820757](https://github.com/frappe/erpnext/commit/d820757359ff21fb342867d67ce3f3623a2a5a30)) * pending principal- amount ([16c94d2](https://github.com/frappe/erpnext/commit/16c94d292c27d06d6f94ceef4f78b73283e79785)) * **pos:** validate product bundles while submitting pos invoice (backport [#31615](https://github.com/frappe/erpnext/issues/31615)) ([#31657](https://github.com/frappe/erpnext/issues/31657)) ([b145fe3](https://github.com/frappe/erpnext/commit/b145fe3b3e7d1e8faaffc29106bbd5784e06e9d1)) * specify allowed doctype in queries ([#31765](https://github.com/frappe/erpnext/issues/31765)) ([0dbfb15](https://github.com/frappe/erpnext/commit/0dbfb1589e1aa15a93d2d9ce815a85d639376320)) * statistical component showing up in salary slip ([#31746](https://github.com/frappe/erpnext/issues/31746)) ([26aef4f](https://github.com/frappe/erpnext/commit/26aef4fb1c00129ff9ea2c717110814a6ee108dd)) * sum stock_value and group by warehouse ([18d93f8](https://github.com/frappe/erpnext/commit/18d93f83982fb1b3b3b76a0b3d19e76fb8d94d69)) * taxable_value and gst_account_heads ([6c574fb](https://github.com/frappe/erpnext/commit/6c574fbf33d6e06a10f8a0154408625e4da855f9)) * update To Date in Employee Work History ([#31811](https://github.com/frappe/erpnext/issues/31811)) ([0057c10](https://github.com/frappe/erpnext/commit/0057c10a7dc5f873963782273f1f12794f0e0ae5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 329e7e87e10..91d372b2dcd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.36.2" +__version__ = "13.36.3" def get_default_company(user=None):