Merge pull request #49303 from frappe/mergify/bp/version-15-hotfix/pr-49301

fix: set valid serial no naming series format (backport #49301)
This commit is contained in:
rohitwaghchaure
2025-08-25 17:51:15 +05:30
committed by GitHub

View File

@@ -608,7 +608,7 @@ class TestSerialandBatchBundle(FrappeTestCase):
def test_serial_no_valuation_for_legacy_ledgers(self):
sn_item = make_item(
"Test Serial No Valuation for Legacy Ledgers",
properties={"has_serial_no": 1, "serial_no_series": "SNN-TSNVL.-#####"},
properties={"has_serial_no": 1, "serial_no_series": "SNN-TSNVL-.#####"},
).name
serial_nos = []