fixed report print

This commit is contained in:
NyanLinHtut
2019-05-30 14:04:46 +06:30
parent b6b761bec3
commit a3e8509ea5
3 changed files with 4 additions and 6 deletions

View File

@@ -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