mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
fix: travis for work order, pos invoice and landed cost voucher
This commit is contained in:
@@ -211,6 +211,7 @@ class DeprecatedBatchNoValuation:
|
||||
& (bundle_child.batch_no.isnotnull())
|
||||
& (batch.use_batchwise_valuation == 0)
|
||||
& (bundle.is_cancelled == 0)
|
||||
& (bundle.type_of_transaction.isin(["Inward", "Outward"]))
|
||||
)
|
||||
.where(timestamp_condition)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user