fix: total stock summary report not working

This commit is contained in:
Rohit Waghchaure 2021-05-02 18:02:28 +05:30
parent e91b0021ac
commit 6a5a380c07

View File

@ -51,7 +51,7 @@ def get_total_stock(filters):
INNER JOIN `tabWarehouse` warehouse
ON warehouse.name = ledger.warehouse
WHERE
actual_qty != 0 %s""" % (columns, conditions))
ledger.actual_qty != 0 %s""" % (columns, conditions))
def validate_filters(filters):
if filters.get("group_by") == 'Company' and \