fix: travis for work order, pos invoice and landed cost voucher

This commit is contained in:
Rohit Waghchaure
2023-04-02 13:13:42 +05:30
parent 48fbf99e6d
commit f8bf4aa7c8
14 changed files with 406 additions and 320 deletions

View File

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