Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r829 r1679  
    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.