mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
chore(release): Bumped to Version 15.22.0
# [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](4bbf0a46b5)) * advance account validation in company master ([dd67b0e](dd67b0ee61)) * args when get the delivery note in delivery trip ([61d6838](61d6838b2c)) * args when get the delivery note in delivery trip ([e9acacd](e9acacdd5d)) * basic rate for SABB ([7b79873](7b7987363f)) * compute tree-view parent field name ([#41234](https://github.com/frappe/erpnext/issues/41234)) ([c3077ee](c3077ee067)) * display term name for single term invoices ([a7d1a88](a7d1a88519)) * duplicate column in the stock ledger report ([a62298a](a62298a635)) * enable advance in separate acc only for customer and Supplier ([c3073d6](c3073d6e74)) * expense causing p&l test case to fail ([acfee42](acfee42735)) * handle and receivable accounts based on response type ([f65b28a](f65b28a189)) * handle stock balance unbuffered_cursor error (backport [#41186](https://github.com/frappe/erpnext/issues/41186)) ([#41188](https://github.com/frappe/erpnext/issues/41188)) ([b34582e](b34582e6ba)) * Ignore user perm in Bank Reco Tool for company ([737c480](737c4809e3)) * incorrectly applying TDS when Advance is in previous FY ([08f888a](08f888a326)) * Invoice with no GLEs in deferred report ([44c3ad6](44c3ad6810)) * missing def expense if no exp in first month ([0a65a37](0a65a37eed)) * mode of payment has precedance ([c6145a1](c6145a1101)) * 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](de77894e59)) * paid amount in bank reconciliation tool ([759c7f5](759c7f5490)) * party and party type label on accounting preview ([ee9822f](ee9822fd42)) * permission issue when user permission restricts on company ([8d70a0e](8d70a0e0bc)) * rendering the email template when user HTML ([3068dad](3068dad410)) * test case for zero deferred expense ([23c3c3c](23c3c3cc0c)) * validation to prevent foreign currency advance accounts in PE ([fb4a75c](fb4a75c5aa)) * validation to prevent overallocation ([ea596eb](ea596eb4a2)) * warehouse type filter for stock reports ([48351d6](48351d6da8)) ### Features * allow to do reposting for all transactions (audit) ([4555f8a](4555f8a9a6))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.21.2"
|
||||
__version__ = "15.22.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user