Skip to content

Commit a66854d

Browse files
committed
chore(release): Bumped to Version 15.98.0
# [15.98.0](v15.97.0...v15.98.0) (2026-02-17) ### Bug Fixes * **accounts-controller:** handle empty items list ([13239a9](13239a9)) * **accounts:** correct base grand total and rounded total mismatch ([#51739](#51739)) ([8bdbb24](8bdbb24)) * add base_tax_withholding_net_total to tax withholding report ([ed42d54](ed42d54)) * allow rename for market segment doctype ([0a41987](0a41987)) * allow sequence id edit in BOM if routing is not set ([c425944](c425944)) * better validation for negative batch ([85d18fa](85d18fa)) * cancel SABB if SLE cancelled from LCV ([f2a77d1](f2a77d1)) * consider sle for negative stock validation ([ca79f64](ca79f64)) * do not allow plant floor company and warehouse to be updated ([d6333c1](d6333c1)) * **manufacturing:** add sales order fields in subassembly child table ([0576752](0576752)) * **manufacturing:** set sales order references in subassembly child table ([53e18a9](53e18a9)) * Payment Terms auto-fetched in Sales Invoice even when automatically_fetch_payment_terms is disabled ([78a3701](78a3701)) * **pos_invoice:** add correct depends on condition (backport [#52689](#52689)) ([#52693](#52693)) ([4fe9689](4fe9689)) * **postgres:** validate against period closing using MAX(period_end_date) ([#51554](#51554)) ([9ec3031](9ec3031)) * production plan status ([97a6610](97a6610)) * recalculate tax withholding during Purchase Order child update ([273029d](273029d)) * set base_tax_withholding_net_total for jv in tds report ([68099a9](68099a9)) * standalone credit/debit notes should not fetch any serial or batch by default ([79c3bc9](79c3bc9)) * total weight does not update when updating items ([e12871b](e12871b)) ### Features * Negative Batch report ([6313636](6313636)) * show formatted currency symbol on ledger preview ([383648f](383648f))
1 parent 72bb3e2 commit a66854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import frappe
55
from frappe.utils.user import is_website_user
66

7-
__version__ = "15.97.0"
7+
__version__ = "15.98.0"
88

99

1010
def get_default_company(user=None):

0 commit comments

Comments
 (0)