Ignore:
Timestamp:
Jan 7, 2010, 4:00:40 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Updated CPRS To Handle Hide Add Patient button if TMG CPRS HIDE ADDPATIENT key is granted

File:
1 edited

Legend:

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

    r453 r659  
    12081208procedure TfrmPtSel.FormCreate(Sender: TObject);          //added by ELH 6/20/08
    12091209begin
    1210   TMGcmdAdd.Visible := boolTMGPatchInstalled;
     1210  TMGcmdAdd.Visible := boolTMGPatchInstalled and not User.HasKey('TMG CPRS HIDE ADDPATIENT');
    12111211end;
    12121212
Note: See TracChangeset for help on using the changeset viewer.