Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/Orders/fODAuto.pas

    r829 r1693  
    6161      CheckBoilerplate4Fields(tmp, cptn);
    6262
     63
     64      if WasTemplateDialogCanceled then AnErrMsg := 'The Auto-Accept Quick Order cannot be saved since the template was cancelled.';
     65
    6366    if tmp <> '' then
    6467      Responses.Update('COMMENT', 1, TX_WPTYPE, tmp)
     
    8790  IdentifyDialog(DialogNames, DialogIEN);
    8891  Responses.Dialog := DialogNames.BaseName;                      // loads formatting info
     92  Responses.DialogDisplayName := DialogNames.Display;
    8993  StatusText('');
    9094end;
Note: See TracChangeset for help on using the changeset viewer.