conv_bal
watcha.h 2014-12-09 08:22:44 +07:00
parent 66bbddaa40
commit bc52ec93fe
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class ReportStaffFeeSum(Model):
total_lines=[]
for date in day_list:
total_lines.append({
'amt': total_all[date],
'amt': total_all.get(date,0),
})
total_lines.append({
'amt': round(total_sum,2),