update daily sale view
This commit is contained in:
@@ -648,7 +648,6 @@ def self.get_by_shift_items(shift_sale_range, shift, from, to, status)
|
||||
total_grand_total = 0
|
||||
|
||||
other_charges = self.get_other_charges()
|
||||
puts other_charges.to_json
|
||||
|
||||
if shift.present?
|
||||
query = query.where("sales.shift_sale_id IN (?) and sale_status='completed'",shift.to_a)
|
||||
|
||||
Reference in New Issue
Block a user