fix
parent
9276d1aa6c
commit
9cdb2c1510
|
@ -108,6 +108,7 @@ class ReportLaborCostDaily(Model):
|
|||
pt=hdcase.patient_id
|
||||
lines.append({
|
||||
'no': no,
|
||||
'hdcase_number': hdcase.number,
|
||||
'cycle_item_name': citem.name or '',
|
||||
'cycle_item_id': citem.id,
|
||||
'date': citem.date,
|
||||
|
@ -129,6 +130,7 @@ class ReportLaborCostDaily(Model):
|
|||
'date': date,
|
||||
'comp_name': comp.name or 0,
|
||||
'lines': lines,
|
||||
'date': date,
|
||||
}
|
||||
return data
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue