fix: set valid serial no naming series format

This commit is contained in:
Kavin
2025-08-16 22:11:55 +05:30
parent a3bd10f6c6
commit 46b85c7857

View File

@@ -610,7 +610,7 @@ class TestSerialandBatchBundle(IntegrationTestCase):
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 = []