username@email.com
2024-09-26 d5574b3631e7a9667d43fdf6e73a1d876e37c365
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx.cs
@@ -117,7 +117,7 @@
            if (_eC_OrderBasic.UnitPrice.HasValue)
            {
                this.txtUnitPrice.Value = _eC_OrderBasic.UnitPrice.Value.ToString("0.00");
                this.txtUnitPrice.Value = _eC_OrderBasic.UnitPrice.Value.ToString("0.0000");
            }
            if (_eC_OrderBasic.SumPrice.HasValue)
            {