mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Sourced wnframework-modules from Google Code as erpnext
This commit is contained in:
1
crm/search_criteria/variance_report/variance_report.sql
Normal file
1
crm/search_criteria/variance_report/variance_report.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT DISTINCT t1.`name` FROM `tab%(based_on)s` t1, `tabTarget Detail` t2 WHERE t2.parent = t1.name and (t2.target_amount != 0 or t2.target_amount is not null)
|
||||
Reference in New Issue
Block a user