mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 13:42:10 +01:00
refactor(test): make stock ledger entry deterministic
This commit is contained in:
@@ -244,6 +244,7 @@ class StockReconciliation(StockController):
|
||||
serial_and_batch_bundle = frappe.get_doc(
|
||||
{
|
||||
"doctype": "Serial and Batch Bundle",
|
||||
"company": self.company,
|
||||
"item_code": item.item_code,
|
||||
"warehouse": item.warehouse,
|
||||
"posting_datetime": combine_datetime(self.posting_date, self.posting_time),
|
||||
|
||||
Reference in New Issue
Block a user