From 24013ddf2727ef7049d81e81d8f49903c502628c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Sep 2025 13:28:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.81.0 # [15.81.0](https://github.com/frappe/erpnext/compare/v15.80.1...v15.81.0) (2025-09-30) ### Bug Fixes * add date filter for getting return invoice items ([bc77704](https://github.com/frappe/erpnext/commit/bc77704462d2d8090094ceb0fbfb0a63a8df576c)) * auto batch not set for raw materials in subcontracting receipt ([6c8e838](https://github.com/frappe/erpnext/commit/6c8e8384d5ba5c9b36804488cd4a21f513b98f36)) * **bank transaction:** change reference number to small text ([5a0bf7a](https://github.com/frappe/erpnext/commit/5a0bf7a5e10de4146e7e2f01a14bce264f7b0feb)) * convert with flt ([3975627](https://github.com/frappe/erpnext/commit/3975627b33f6ef68cc3a56be0b2b304ddc7e95bb)) * do not validate cost center in cancelled gl entry ([366bb82](https://github.com/frappe/erpnext/commit/366bb8269ca1ce91f493f5ade2bcffa58d4a4e69)) * don't recalculate stock_qty with conversion_factor ([c88a277](https://github.com/frappe/erpnext/commit/c88a277ad920d6282bf261d5bdfd74a538e554cf)) * include precision in validation ([abffbca](https://github.com/frappe/erpnext/commit/abffbcad9998a1a3c32620538f5f39c4011ffe0a)) * **payment entry:** trigger currency on account set ([84a2596](https://github.com/frappe/erpnext/commit/84a2596ce573dfc0d3932b27d811ae51c733c52c)) * remove item name to avoid overriding item row name ([d0e511f](https://github.com/frappe/erpnext/commit/d0e511fd2f119f27fab1b904ddc268e3fd4dd73c)) * set cost center in taxes if not set ([4dcd502](https://github.com/frappe/erpnext/commit/4dcd502b760d68e5cefe14b94e1df9f35b2c8775)) * **stock entry:** set expense account from company for manufacture ([50f9521](https://github.com/frappe/erpnext/commit/50f9521febe8b1a59bdc2f68da3d803994a74e64)) * update item details only in draft state ([30f6b53](https://github.com/frappe/erpnext/commit/30f6b53240a569a77264cfa2b63ff807f3e5b709)) * update subcontracted_quantity with set_value ([17e415d](https://github.com/frappe/erpnext/commit/17e415d03aac4522a03c906e96accbe31e277d90)) * use get_value instead of get_doc ([f706811](https://github.com/frappe/erpnext/commit/f706811757792b3d445bcadf2551509dc5c5e8e7)) * use sales_order from data instead of doc ([7ee8281](https://github.com/frappe/erpnext/commit/7ee82813fd81ceddbde3a5dde8836178a92feaff)) * use stock adjustment account if no expense account ([9c81f44](https://github.com/frappe/erpnext/commit/9c81f448c8a7aa22788b55f0eca01c912d78f35d)) * valuation rate for old batch ([37a03f1](https://github.com/frappe/erpnext/commit/37a03f10ab9d054a1e8df22c28516cef303f5124)) ### Features * add show zero value filter in profit and loss and balance sheet ([c32ad97](https://github.com/frappe/erpnext/commit/c32ad9711fe5e49e1c078ffa27568d226ea911cd)) * service expense account in the subcontracting receipt ([ba9b63a](https://github.com/frappe/erpnext/commit/ba9b63af4940644745af186ca98187b8459675d9)) ### Performance Improvements * reposting for backdated transactions ([cd5a836](https://github.com/frappe/erpnext/commit/cd5a8366850a0ff3c621488c3d94277d18f01a57)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6b2e9750ff3..6f041375e18 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.80.1" +__version__ = "15.81.0" def get_default_company(user=None):