Edit sale item report
This commit is contained in:
@@ -880,7 +880,7 @@ end
|
||||
def self.get_item_query(type)
|
||||
|
||||
if type == "revenue" || type.nil?
|
||||
sale_type = "i.status IS NULL and i.qty >0 "
|
||||
sale_type = "i.qty != 0 "
|
||||
elsif type == "all"
|
||||
sale_type = ""
|
||||
elsif type == "discount"
|
||||
|
||||
Reference in New Issue
Block a user