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