Remove options to save and restore with Audit History
This commit is contained in:
parent
a593257faa
commit
9b54691fee
@ -367,6 +367,8 @@ namespace VEPROMS
|
||||
this.cbxExportAudits.TabIndex = 13;
|
||||
this.cbxExportAudits.Text = "Include Audit History";
|
||||
this.cbxExportAudits.UseVisualStyleBackColor = true;
|
||||
this.cbxExportAudits.Checked = false;
|
||||
this.cbxExportAudits.Visible = false;
|
||||
//
|
||||
// cbxImportAudits
|
||||
//
|
||||
@ -377,6 +379,8 @@ namespace VEPROMS
|
||||
this.cbxImportAudits.TabIndex = 19;
|
||||
this.cbxImportAudits.Text = "Include Audit History (if available)";
|
||||
this.cbxImportAudits.UseVisualStyleBackColor = true;
|
||||
this.cbxImportAudits.Checked = false;
|
||||
this.cbxImportAudits.Visible = false;
|
||||
//
|
||||
// dlgExportImport
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user