mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: set valid serial no naming series format
(cherry picked from commit 46b85c7857)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user