From e8a65e51db78990e7539c0f83359c010687b5ca2 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Tue, 22 Jul 2025 13:57:58 +0330 Subject: [PATCH] change command --- ServiceHost/Controllers/GeneralController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ServiceHost/Controllers/GeneralController.cs b/ServiceHost/Controllers/GeneralController.cs index aeb3afe6..f75588f8 100644 --- a/ServiceHost/Controllers/GeneralController.cs +++ b/ServiceHost/Controllers/GeneralController.cs @@ -90,9 +90,11 @@ public class GeneralController : GeneralBaseController TdateFa = DateTime.Now.ToFarsi(), Deptor = 0, Creditor = transaction.Amount, - DeptorString = "درگاه بانکی", + DeptorString = "0", + CreditorString = transaction.Amount.ToMoney(), TypeOfTransaction = "credit", DescriptionOption = "بابت قرارداد مابین (روابط کار)", + Description = "درگاه بانکی ", }; var statementResult = _financialStatmentApplication.Create(command);