From a2b676b340e0bdba79ecc6a4afbddb02a6ae3b16 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 9 Dec 2025 17:00:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.91.1 ## [15.91.1](https://github.com/frappe/erpnext/compare/v15.91.0...v15.91.1) (2025-12-09) ### Bug Fixes * add return status for delivery note ([ebb6296](https://github.com/frappe/erpnext/commit/ebb62966d3ae298f5c4cd620f64991db52ac85ce)) * Adjust asset purchase amounts based on docstatus ([a31fb2a](https://github.com/frappe/erpnext/commit/a31fb2ac6cd94c1b2bbab920747dc4cfb0ca01c0)) * change is_return value in filter from Yes to 1 ([52e26b6](https://github.com/frappe/erpnext/commit/52e26b6da8b6be95ce1a73d35a536159b70805db)) * conflicts ([bd00a48](https://github.com/frappe/erpnext/commit/bd00a484ea04c5b834e7fdd853e3eeae292d5bb6)) * conflicts ([1427b4a](https://github.com/frappe/erpnext/commit/1427b4ac3f6c49feebda25727d8ed8e3c60d3bf2)) * cost center not reset ([8a3148e](https://github.com/frappe/erpnext/commit/8a3148eee63eb55881ccfdbc6a7e0da4142f057f)) * ensure payment request button only shows for submitted invoices ([b4053ee](https://github.com/frappe/erpnext/commit/b4053ee0d81002bf602b11566289ee9080de2d3b)) * fg qty uom in manufacture entry ([70d5726](https://github.com/frappe/erpnext/commit/70d57260d666631cfd4b49bcd7e5a205e19fce6e)) * handle duplicate description in item-wise report ([1a278e7](https://github.com/frappe/erpnext/commit/1a278e7ca096304369c535cc97401af012e9fdda)) * include return invoice discount in discount validation ([bf1c606](https://github.com/frappe/erpnext/commit/bf1c60661010ce3358669f09d4ff4540cde0e597)) * incorrect condition ([d9e9f35](https://github.com/frappe/erpnext/commit/d9e9f35230cb458f359586cc37308dca3e70fa01)) * inward same serial / batches in disassembly which were used ([cfbd716](https://github.com/frappe/erpnext/commit/cfbd71693ba1c2f969a7e7b7d404eff0fa25b705)) * LCV is not changing the valuation of the repacked item ([8b22d9d](https://github.com/frappe/erpnext/commit/8b22d9d95ecaf2a9ce96316638a856472d1bc359)) * missing attribute error when restoring asset ([bde209b](https://github.com/frappe/erpnext/commit/bde209b077242a6de1bae3c19961ab099b8c7c4f)) * performance of the reposting ([8d734df](https://github.com/frappe/erpnext/commit/8d734df63b601fae621cdf2028d9eb10825f920b)) * **picklist:** calculate picked qty excluding the delivered qty ([3785ffe](https://github.com/frappe/erpnext/commit/3785ffe5c9ca85d4ca7074069019a24771e19560)) * quality inspection showing Not Saved ([abe599a](https://github.com/frappe/erpnext/commit/abe599a49de694fced1f849b8d40d55d47388882)) * remove comment ([da88196](https://github.com/frappe/erpnext/commit/da88196a891b2ceb7910918afabaf04d7c1fde36)) * remove set_only_once from is_fixed_asset ([fd6e42e](https://github.com/frappe/erpnext/commit/fd6e42e15e529c53f10390d02d6dc19bddf0148d)) * **sales invoice:** 100% additional discount gl issue with discount accounting ([bd6210a](https://github.com/frappe/erpnext/commit/bd6210a212cce72ad43e81f52a98eb21f0cd8e89)) * tds for customer and supplier in Journal Entry (backport [#49963](https://github.com/frappe/erpnext/issues/49963)) ([#50985](https://github.com/frappe/erpnext/issues/50985)) ([f2c556a](https://github.com/frappe/erpnext/commit/f2c556a6cc26138ebed7ac2c70bca492c4700285)) * untranslated string in job card ([b2f6d07](https://github.com/frappe/erpnext/commit/b2f6d07c251475257f0b11b6cb346859fa9dec80)) * variant items not fetched while making BOM for Variant Item ([176ce0d](https://github.com/frappe/erpnext/commit/176ce0d4d67459ab1305c20682fa04f2b2d3218c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 57b8726af16..78a148846bf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.91.0" +__version__ = "15.91.1" def get_default_company(user=None):