fixed report print
This commit is contained in:
@@ -959,7 +959,8 @@ def self.get_by_shiftsales(from,to,shift)
|
||||
:credit_sales => shift_sale.credit_sales,
|
||||
:other_sales => shift_sale.other_sales.to_f,
|
||||
:foc_sales => foc,
|
||||
:grand_total => shift_sale.grand_total
|
||||
:grand_total => shift_sale.grand_total,
|
||||
:shift_id => shift_sale.id
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user