Browse Source

#19331 TXN REPORT

Ime-london-webcore
Leeza Baidar 12 months ago
parent
commit
429e1a3489
  1. 8
      Swift.web/AgentNew/Reports/Reports.aspx.cs

8
Swift.web/AgentNew/Reports/Reports.aspx.cs

@ -589,12 +589,12 @@ namespace Swift.web.AgentNew.Reports
string tFrom = GetStatic.ReadQueryString("tFrom", "");
useDBRowColorCode = true;
mergeColumnHead = true;
//mergeColumnHead = true;
includeSerialNo = true;
subTotalText = "<b><i>Sub Total</i></b>";
totalTextCol = 3;
subTotalTextCol = 3;
//subTotalText = "<b><i>Sub Total</i></b>";
//totalTextCol = 3;
//subTotalTextCol = 3;
subTotalFields = "14|18|20";
fieldFormat = "|||||||||||||N||||N||N|";
fieldAlignment = "|||||||||||||R||||R||R|";

Loading…
Cancel
Save