| | |
| | | foreach (GwClient gwClient in this.ClientList) |
| | | { |
| | | if (this.AppContext.HasRight("502")) |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.ClientName, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)""); |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.Company, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)""); |
| | | } |
| | | } |
| | | return stringBuilder.ToString(); |