From be4fdca6c7d568af56ee1eab0eca3f977f8ded42 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 Sep 2022 19:12:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.39.1 ## [13.39.1](https://github.com/frappe/erpnext/compare/v13.39.0...v13.39.1) (2022-09-20) ### Bug Fixes * Add child table for tax withheld vouchers ([4165fee](https://github.com/frappe/erpnext/commit/4165fee6a7f09aecc5a2a3e6767732ae773bcbe7)) * Change Department fieldtype to Link in Leave Balance Report ([#32252](https://github.com/frappe/erpnext/issues/32252)) ([e2e69dc](https://github.com/frappe/erpnext/commit/e2e69dced7048d154d2a5b22b67de05d12a4ead3)) * dont show zero qty available items in stock ageing report ([37dbc70](https://github.com/frappe/erpnext/commit/37dbc7043a17f62bbbc150ba25a093c99cbe2408)) * fetch description only if empty on the payment schedule ([07a7fdb](https://github.com/frappe/erpnext/commit/07a7fdbe6cb796310a700548ea4ee305a40b3037)) * Fetch vouchers to show in Invoice ([51d7c0b](https://github.com/frappe/erpnext/commit/51d7c0bfe4f52417a17df4e934e5a62ebfe5253d)) * incorrect gl if tax on multi currency payment entry ([d9d6a07](https://github.com/frappe/erpnext/commit/d9d6a07bbbf18d357434796302439dec3235bd72)) * item wise sales register taxes and charges ([e65990e](https://github.com/frappe/erpnext/commit/e65990eb348620832dbd832d9ee36ee3c6e3c6d1)) * make `po_detail` or `sco_rm_detail` mandatory for SE `Send to Subcontractor` ([0329642](https://github.com/frappe/erpnext/commit/0329642116eeba0729c3cae8e092d29fc1ba7b2a)) * Parent Level project linkning on creating PO from project ([3c3e3cf](https://github.com/frappe/erpnext/commit/3c3e3cfcf8257f3f648100373921b0b30e4ec3a1)) * pending accrual entries ([ef86b43](https://github.com/frappe/erpnext/commit/ef86b437cbfac3a5afa69561ad5da59c1b8a0c4b)) * production plan pending-qty ([2dcb35d](https://github.com/frappe/erpnext/commit/2dcb35da33124f4295a6435a833c772c065402bd)) * remove return pos from pos reconciliation tool ([e9bf74e](https://github.com/frappe/erpnext/commit/e9bf74e5899ba9eebe9fca815e0a65fc1ca60367)) * TDS deduction via journal entry ([ca0cce7](https://github.com/frappe/erpnext/commit/ca0cce7599afaa1d24aa6cc5f853eee01005e101)) * use default supplier currency if default supplier is enabled ([3c10e50](https://github.com/frappe/erpnext/commit/3c10e5066a2601c98d0480c2db091f767a322c7f)) * warehouse filter in `BOM Stock Calculated Report` ([96bf1e2](https://github.com/frappe/erpnext/commit/96bf1e2a0a8d0ef3ef5aa4d71d966062da5f7545)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fa2dbb80644..f0b86595f68 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.39.0" +__version__ = "13.39.1" def get_default_company(user=None):