fixed grand total at receipt no report

This commit is contained in:
NyanLinHtut
2019-05-24 14:56:08 +06:30
parent 6c45e8f0a3
commit 7d105b2789
6 changed files with 120 additions and 117 deletions

View File

@@ -879,6 +879,7 @@ def self.daily_sales_list(from,to)
total_sale.each do |sale|
grand_total = sale.grand_total
amount_received = sale.amount_received
old_grand_total = sale.old_grand_total
total_discount = sale.total_discount
void_amount = sale.void_amount