refactor(test): make stock ledger entry deterministic

This commit is contained in:
ruthra kumar
2026-01-02 12:23:42 +05:30
parent f758ee4adc
commit 7224dcce26

View File

@@ -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),