mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-07 20:42:50 +00:00
committed by
Mergify
parent
cbc73148d3
commit
d9e9f35230
@@ -1934,8 +1934,7 @@ def get_valuation_rate(
|
|||||||
& (table.warehouse == warehouse)
|
& (table.warehouse == warehouse)
|
||||||
& (table.batch_no == batch_no)
|
& (table.batch_no == batch_no)
|
||||||
& (table.is_cancelled == 0)
|
& (table.is_cancelled == 0)
|
||||||
& (table.voucher_no != voucher_no)
|
& ((table.voucher_no != voucher_no) | (table.voucher_type != voucher_type))
|
||||||
& (table.voucher_type != voucher_type)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user