From 57a2be6b5676a6448805dffeeb6a5eba5ef3eda4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Jun 2026 21:37:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.113.0 # [15.113.0](https://github.com/frappe/erpnext/compare/v15.112.0...v15.113.0) (2026-06-23) ### Bug Fixes * add dynamic links for customer and supplier dashboards ([690adf1](https://github.com/frappe/erpnext/commit/690adf10518ef1450b994b6a28b35457f926b978)) * Add likely missing escapes (backport [#55574](https://github.com/frappe/erpnext/issues/55574)) ([#55580](https://github.com/frappe/erpnext/issues/55580)) ([ce8fce7](https://github.com/frappe/erpnext/commit/ce8fce78f15694bb4ccb668138471d26ff8eb555)) * add partially transferred status and fix button visibility for partial material transfer on job card ([1f5283d](https://github.com/frappe/erpnext/commit/1f5283da5891be08983ec092cc6e9e9fe8ed5bb2)) * add validation and tests for set_status ([7bea925](https://github.com/frappe/erpnext/commit/7bea925230e179e4bda2862abe219736f3877821)) * apply docstatus filter to exclude cancelled Work Orders in Serial No ([90fd057](https://github.com/frappe/erpnext/commit/90fd057fb3a9ec577d65677928a7a7bdbea790de)) * attribute error because of missing margin_type field in Supplier Quotation (backport [#48089](https://github.com/frappe/erpnext/issues/48089)) ([506658c](https://github.com/frappe/erpnext/commit/506658c3a6941eff92afb7bbe15c68603b836c26)) * **budget:** ambiguous error message for budget assignment validation (backport [#56390](https://github.com/frappe/erpnext/issues/56390)) ([#56391](https://github.com/frappe/erpnext/issues/56391)) ([53a1122](https://github.com/frappe/erpnext/commit/53a11229ec4dd2971375ec701ae240cac2331674)) * clear stale payment rows on non-POS returns so they don't surface in bank reconciliation (backport [#55903](https://github.com/frappe/erpnext/issues/55903)) ([#56169](https://github.com/frappe/erpnext/issues/56169)) ([37d2622](https://github.com/frappe/erpnext/commit/37d26222d709d013d184f55bf50dedac9bd94aa1)) * disable is_debit_note while creating credit note ([e4370ab](https://github.com/frappe/erpnext/commit/e4370ab332cea148446b3a5aca9597c559e2e583)) * **err:** add missing permission check on `get_account_details` ([041a9ad](https://github.com/frappe/erpnext/commit/041a9adbbf7f211ad75d84e9c79c7b94b319815e)) * escape user image url on various templates (backport [#56269](https://github.com/frappe/erpnext/issues/56269)) ([#56270](https://github.com/frappe/erpnext/issues/56270)) ([42af4ce](https://github.com/frappe/erpnext/commit/42af4ce7b005f1dc28d5590fc637478bcb540a2b)) * **manufacturing:** make item_code mandatory in Job Card Item ([1b4da9d](https://github.com/frappe/erpnext/commit/1b4da9dc961e1aba8091342ba9230fac6f33daed)) * **payment_entry:** recompute base amount when exchange rate changes (backport [#56136](https://github.com/frappe/erpnext/issues/56136)) ([#56397](https://github.com/frappe/erpnext/issues/56397)) ([cef608d](https://github.com/frappe/erpnext/commit/cef608d043b0198aa57fd55f6bff7d85b7cea7b6)) * **pos:** remove redundant opening balance dialog onchange handler (backport [#54591](https://github.com/frappe/erpnext/issues/54591)) ([#56402](https://github.com/frappe/erpnext/issues/56402)) ([334a0b2](https://github.com/frappe/erpnext/commit/334a0b2137d75a5cc182b4c261617e0f26b770be)) * preserve stock ageing on non-serial reconciliation ([1991312](https://github.com/frappe/erpnext/commit/19913127a73050d91ffe61e966e0b655515ca63e)) * **report_utils:** remove unnecessary whitelist decorator on `get_invoiced_item_gross_margin` ([0efebf5](https://github.com/frappe/erpnext/commit/0efebf5d8ce73524057d0634683b3e618922600b)) * resolve backport conflict in accounting dashboard number cards ([f106513](https://github.com/frappe/erpnext/commit/f106513005265c6b0bc06c79eed46e5cfc44d931)), closes [#55548](https://github.com/frappe/erpnext/issues/55548) [#55484](https://github.com/frappe/erpnext/issues/55484) * set a fallback value if no fiscal year set ([da1ccc2](https://github.com/frappe/erpnext/commit/da1ccc2b622f8bb3ca766585ce08e25db2e3ff32)) * show contextual balance label on party dashboard for net balances ([9b6adc4](https://github.com/frappe/erpnext/commit/9b6adc42b6ca2d4b954aa69000b6cee922a3073a)) * simplify get_round_off_applicable_accounts function signature ([42121f2](https://github.com/frappe/erpnext/commit/42121f2e36d314166ee3f7e92e37cc3a5a2dfa3b)) * **stock:** allow partial raw material picking/transfer from work order ([a858d77](https://github.com/frappe/erpnext/commit/a858d7746141cd511de8519d3c324d9f3f111817)) * **stock:** apply precision to the additional cost amount in stock entry ([acc1444](https://github.com/frappe/erpnext/commit/acc1444c030ab2bf38baefb101c9fdd9e7a1ed1b)) * **stock:** propagate renamed attribute values to variant items ([27d574d](https://github.com/frappe/erpnext/commit/27d574dad50d2e44e58a949effbc7700bde11e99)) * **stock:** update transfer status for mixed transfer flows ([3f9a88a](https://github.com/frappe/erpnext/commit/3f9a88a5e29382582e06ec818e29ee1442078561)) * **stock:** update variant attributes on value rename ([c7acd88](https://github.com/frappe/erpnext/commit/c7acd887425e42e15460d588a1735a7122e48736)) * **stock:** update voucher valuaion rate in sle (backport [#55960](https://github.com/frappe/erpnext/issues/55960)) ([#56262](https://github.com/frappe/erpnext/issues/56262)) ([37f847e](https://github.com/frappe/erpnext/commit/37f847e730aafae2fc026c008bd391c15feace1a)) * tax.base_tax_amount as none when payment entry created using API ([37dffa7](https://github.com/frappe/erpnext/commit/37dffa72738133dcbccbb8e3ec8cfcf5c1a9ed97)) * update reference doctype mapping and field visibility in bank guarantee ([e556cbb](https://github.com/frappe/erpnext/commit/e556cbbe6a36c094ed33e1cf484c21bc792b3c6c)) * update round off account functions to accept document context for regional overrides ([#55758](https://github.com/frappe/erpnext/issues/55758)) ([eef075a](https://github.com/frappe/erpnext/commit/eef075a2bac9b4b37ba73d8b58da00a6fed6c65d)) * use fiscal year instead of calendar year in accounting dashboard number cards ([81ce5fb](https://github.com/frappe/erpnext/commit/81ce5fbee90f78301e9d3f89d324af1c690911ea)) ### Features * add batch-level option to allow negative stock for batch ([5c4f19e](https://github.com/frappe/erpnext/commit/5c4f19ebdc10ca97337babf3c366d44d44931d33)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bfb1c251270..27882716199 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.112.0" +__version__ = "15.113.0" def get_default_company(user=None):