username@email.com
2023-12-27 05c48f6d45bfe7d52735cd3b3d757ff3559b7f12
CY_ECommercePlatform/CY.WebForm/Pages/financial/FirmAccountRecord.aspx.cs
@@ -59,6 +59,11 @@
                this.AllIncomeMoney.InnerText = (m_OA_FirmAccountRecord.AllIncomeMoney??0).ToString("0.00");
                this.AllExpensesMoney.InnerText = (m_OA_FirmAccountRecord.AllExpensesMoney ??0).ToString("0.00");
            }
            else
            {
                this.AllIncomeMoney.InnerText = "0.00";
                this.AllExpensesMoney.InnerText = "0.00";
            }
        }
        protected void InitialData()