CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingOrderPrint.aspx.cs
@@ -144,7 +144,12 @@ rptOrder.DataSource = result; rptOrder.DataBind(); this.Spanjineheji.InnerText = string.Format("{0:F2}", result.Sum(x => x.SumPrice)); this.Spanyishou.InnerText = string.Format("{0:F2}", result.Sum(x => x.TradingSingle.PayedMoney)); this.Spanweishou.InnerText = string.Format("{0:F2}", result.Sum(x => x.UnPayedMoney)); return true; }