Ignore:
Timestamp:
Jan 19, 2010, 1:26:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Fixed HTML Note Printing Error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/rReports.pas

    r541 r671  
    639639    PrintHTMLReport(TempLines,ErrMsg,
    640640                    Patient.Name,
    641                     FormatFMDateTime('mm/dd/yyyy', Patient.DOB),
    642                     Encounter.LocationName, Application);
     641                    FormatFMDateTime('mm/dd/yyyy', Patient.DOB),' ',
     642                    Encounter.LocationName,Application);
    643643    TempLines.Free;
    644644    Header.Free;
Note: See TracChangeset for help on using the changeset viewer.