Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/Consults/fConsultAct.pas

    r459 r460  
    465465    FUrgency       := cboUrgency.ItemIEN ;
    466466    if (FActionType = CN_ACT_SIGFIND) or (FActionType = CN_ACT_ADMIN_COMPLETE) then
    467       FSigFind       := Copy(grpSigFindings.Items[grpSigFindings.ItemIndex],1,1);
     467      FSigFind       := Copy(grpSigFindings.Items[grpSigFindings.ItemIndex],2,1);
    468468    LimitEditWidth(memComments, 74);
    469469    FComments := memComments.Lines ;
Note: See TracChangeset for help on using the changeset viewer.