web/web/ExportDocument.aspx.cs
@@ -196,7 +196,7 @@ Model.GwClient x = clientlist.Find(delegate(Model.GwClient client) { return client.ClientID == clientID; }); return x == null ? string.Format("{0}", clientID) : string.Format("{0}-{1}", x.ClientID, x.ClientName); return x == null ? string.Format("{0}", clientID) : string.Format("{0}-{1}", x.ClientID, x.Company); }