refactor(test): make stock ledger entry deterministic

This commit is contained in:
ruthra kumar
2026-01-02 12:23:42 +05:30
parent 40909af128
commit d54f3c8c24

View File

@@ -241,6 +241,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),