From 11b04acf8ba522e330ce06d964cbf4a71757b453 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Aug 2022 08:05:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.37.0 # [13.37.0](https://github.com/frappe/erpnext/compare/v13.36.5...v13.37.0) (2022-08-30) ### Bug Fixes * Add docstatus filter for voucher_no in Repost Item Valuation ([2cf2885](https://github.com/frappe/erpnext/commit/2cf2885470fcf2a81a27a40cdf3e3c3c47173f41)) * Cash and non trade discount calculation ([20e9599](https://github.com/frappe/erpnext/commit/20e9599fc1db3d09cb79c93d47de2e4369928908)) * do not clear promotion/transfer details if doc is amended ([#32000](https://github.com/frappe/erpnext/issues/32000)) ([074d484](https://github.com/frappe/erpnext/commit/074d484d3cbfd7ca1ef7916dac3b947245fb7d50)) * filter leave types and render leave application dashboard w/o from date ([#32001](https://github.com/frappe/erpnext/issues/32001)) ([7686c9e](https://github.com/frappe/erpnext/commit/7686c9e4504e5a4cb7403ad234fd1861ef7253bc)) * Loan Write-off for term loans ([e64e812](https://github.com/frappe/erpnext/commit/e64e81267941425b781d38437ea3f6fd19240223)) * **minor:** don't print tax rate if its '0' ([#31838](https://github.com/frappe/erpnext/issues/31838)) ([a46dca5](https://github.com/frappe/erpnext/commit/a46dca57cbe32e3cf48090ce19406863be6b2cec)) * permissions for Task Type ([#32016](https://github.com/frappe/erpnext/issues/32016)) ([1157bf8](https://github.com/frappe/erpnext/commit/1157bf887ff84009ddd090d359245cca1df12128)) * **pos:** edge case while closing pos (backport [#31748](https://github.com/frappe/erpnext/issues/31748)) ([#31893](https://github.com/frappe/erpnext/issues/31893)) ([261405c](https://github.com/frappe/erpnext/commit/261405cec1e856977b78fd5d724483c47548f08b)) * Purposes not set ([edfaf99](https://github.com/frappe/erpnext/commit/edfaf993881d040c8d066e4451f0592f26867207)) * Route condition set for stock ledger (backport [#31935](https://github.com/frappe/erpnext/issues/31935)) ([#31946](https://github.com/frappe/erpnext/issues/31946)) ([34537c9](https://github.com/frappe/erpnext/commit/34537c9dc2e9ee0d92f74316fc9adab887a1270a)) * Set the condition to create a purchase receipt ([b4c992d](https://github.com/frappe/erpnext/commit/b4c992dd4da6480b8ca1e261da41af8c13556300)) * Test cases ([7c85b48](https://github.com/frappe/erpnext/commit/7c85b487cd20521f8a44aac37c771139e3926a83)) ### Features * In BOM, Operation time can be fix (backport [#27063](https://github.com/frappe/erpnext/issues/27063)) ([#31923](https://github.com/frappe/erpnext/issues/31923)) ([c2b8d1b](https://github.com/frappe/erpnext/commit/c2b8d1bd9acea306894e02df9c3146f1fb993f09)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d698d6e7ea7..4835dae9731 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.36.5" +__version__ = "13.37.0" def get_default_company(user=None):