mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 15:38:39 +00:00
Merge pull request #56686 from mihir-kandoi/pg-d3-serial-no-fixture-case
test(stock): fix Available Serial No fixture item-code case for Postgres
This commit is contained in:
@@ -21,7 +21,7 @@ class TestStockLedgerReeport(ERPNextTestSuite):
|
||||
company="_Test Company",
|
||||
from_date=today(),
|
||||
to_date=add_days(today(), 30),
|
||||
item_code="_Test Item With Serial No",
|
||||
item_code="_Test Item with Serial No",
|
||||
)
|
||||
|
||||
def test_available_serial_no(self):
|
||||
|
||||
Reference in New Issue
Block a user