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