From f62762b4d146f325b33cdba0ac9bb96596e31c50 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 2 May 2024 04:23:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.22.0](https://github.com/frappe/erpnext/compare/v15.21.2...v15.22.0) (2024-05-02) ### Bug Fixes * added brand column in Warehouse wise Item Balance Age and Value … (backport [#41280](https://github.com/frappe/erpnext/issues/41280)) ([#41282](https://github.com/frappe/erpnext/issues/41282)) ([4bbf0a4](https://github.com/frappe/erpnext/commit/4bbf0a46b515334df2cd39bd7124188276c83ae0)) * advance account validation in company master ([dd67b0e](https://github.com/frappe/erpnext/commit/dd67b0ee612a9dd0f0956a6d79b992a55311cdb4)) * args when get the delivery note in delivery trip ([61d6838](https://github.com/frappe/erpnext/commit/61d6838b2c16f6e06bc89758dafcf6ff447a8aa5)) * args when get the delivery note in delivery trip ([e9acacd](https://github.com/frappe/erpnext/commit/e9acacdd5d7f1afe08318fc5dd5487febcaa13ca)) * basic rate for SABB ([7b79873](https://github.com/frappe/erpnext/commit/7b7987363f6e28ac2e5421ee1939a841fd38e6da)) * compute tree-view parent field name ([#41234](https://github.com/frappe/erpnext/issues/41234)) ([c3077ee](https://github.com/frappe/erpnext/commit/c3077ee067c09b14462a4b599b7de6ad9ed64e59)) * display term name for single term invoices ([a7d1a88](https://github.com/frappe/erpnext/commit/a7d1a8851928c17f69df24928c610841ce924ac5)) * duplicate column in the stock ledger report ([a62298a](https://github.com/frappe/erpnext/commit/a62298a635315f294128b0888387cedf9711a10d)) * enable advance in separate acc only for customer and Supplier ([c3073d6](https://github.com/frappe/erpnext/commit/c3073d6e74a7e03eb205ad6365474393e02c4a44)) * expense causing p&l test case to fail ([acfee42](https://github.com/frappe/erpnext/commit/acfee4273533d6e095098b7fd22087f5e9f8331d)) * handle and receivable accounts based on response type ([f65b28a](https://github.com/frappe/erpnext/commit/f65b28a18979a41dbfd053237bc144af4104fc66)) * handle stock balance unbuffered_cursor error (backport [#41186](https://github.com/frappe/erpnext/issues/41186)) ([#41188](https://github.com/frappe/erpnext/issues/41188)) ([b34582e](https://github.com/frappe/erpnext/commit/b34582e6baed79bd479fe44ec84801b3fbd90b21)) * Ignore user perm in Bank Reco Tool for company ([737c480](https://github.com/frappe/erpnext/commit/737c4809e3e768a935e914d669c9bacc0094ef79)) * incorrectly applying TDS when Advance is in previous FY ([08f888a](https://github.com/frappe/erpnext/commit/08f888a326d4d787bb5a878843a8215d914cace2)) * Invoice with no GLEs in deferred report ([44c3ad6](https://github.com/frappe/erpnext/commit/44c3ad6810df2c9a2205f8e6f1f3bd372782dfbc)) * missing def expense if no exp in first month ([0a65a37](https://github.com/frappe/erpnext/commit/0a65a37eed00341d9b9d117b3ebe1a86a7e1f0fc)) * mode of payment has precedance ([c6145a1](https://github.com/frappe/erpnext/commit/c6145a1101d56603047282b92b8be98a8305ed16)) * multiple pricing rules with discount amount and discount percentage not working (backport [#41211](https://github.com/frappe/erpnext/issues/41211)) (backport [#41241](https://github.com/frappe/erpnext/issues/41241)) ([#41275](https://github.com/frappe/erpnext/issues/41275)) ([de77894](https://github.com/frappe/erpnext/commit/de77894e59f963b2edb4676d0b7b7cd90028917c)) * paid amount in bank reconciliation tool ([759c7f5](https://github.com/frappe/erpnext/commit/759c7f5490d179bb94369a7168be2cf19e5a0c73)) * party and party type label on accounting preview ([ee9822f](https://github.com/frappe/erpnext/commit/ee9822fd420a20fc7d0d75304b21ff26a31ccf74)) * permission issue when user permission restricts on company ([8d70a0e](https://github.com/frappe/erpnext/commit/8d70a0e0bc0776005cfe4b9083202dea3ffd8d5d)) * rendering the email template when user HTML ([3068dad](https://github.com/frappe/erpnext/commit/3068dad4108de2a8dfd9ce7fe24e7fc743115924)) * test case for zero deferred expense ([23c3c3c](https://github.com/frappe/erpnext/commit/23c3c3cc0c0eb60077a4787f5767a901ed79c0ab)) * validation to prevent foreign currency advance accounts in PE ([fb4a75c](https://github.com/frappe/erpnext/commit/fb4a75c5aa39f4a0b5725a5f14e87f42b9291c1b)) * validation to prevent overallocation ([ea596eb](https://github.com/frappe/erpnext/commit/ea596eb4a2ab28a66ab6466dcf152a4c31b4ab18)) * warehouse type filter for stock reports ([48351d6](https://github.com/frappe/erpnext/commit/48351d6da82916297149a620074e8cc981a43295)) ### Features * allow to do reposting for all transactions (audit) ([4555f8a](https://github.com/frappe/erpnext/commit/4555f8a9a67f2f79c012e86e960dc2dc5df93906)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 228a40a6be3..445d6779d78 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.21.2" +__version__ = "15.22.0" def get_default_company(user=None):