mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
fix: valuation rate for the legacy batches (#42011)
(cherry picked from commit 9ab333d105)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -623,8 +623,8 @@ class TestSubcontractingReceipt(FrappeTestCase):
|
||||
"has_batch_no": 1,
|
||||
"has_serial_no": 1,
|
||||
"create_new_batch": 1,
|
||||
"batch_number_series": "BNGS-.####",
|
||||
"serial_no_series": "BNSS-.####",
|
||||
"batch_number_series": "BNGS0-.####",
|
||||
"serial_no_series": "BNSS90-.####",
|
||||
}
|
||||
).name
|
||||
|
||||
@@ -715,8 +715,8 @@ class TestSubcontractingReceipt(FrappeTestCase):
|
||||
"has_batch_no": 1,
|
||||
"has_serial_no": 1,
|
||||
"create_new_batch": 1,
|
||||
"batch_number_series": "BNGS-.####",
|
||||
"serial_no_series": "BNSS-.####",
|
||||
"batch_number_series": "BNGS91-.####",
|
||||
"serial_no_series": "BNSS91-.####",
|
||||
}
|
||||
).name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user