improve report cycle item summary

conv_bal
watcha.h 2015-05-29 10:07:04 +07:00
parent b8f5a5565d
commit c3760db0e0
2 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class ReportCycleItem(Model):
'did': doctor.id,
#'dname': doctor.name or "",
'dname': '%s %s'%(doctor.first_name or "", doctor.last_name or ""),
'dfirst': doctor.first_name or "",
'date': hdcase.date,
'epo': hdcase.epo,
'mdc': hdcase.mdc,