...
This commit is contained in:
@@ -180,7 +180,7 @@ namespace Back.Controllers
|
||||
//صورتحساب مجموع
|
||||
Tbill = result.tbill ?? null,
|
||||
// تسویه روش
|
||||
Setm = result.setm ?? null,
|
||||
Setm = result.setm == 0 ? null : result.setm ?? null,
|
||||
//نقدی پرداختی مبلغ
|
||||
Cap = result.cap ?? null,
|
||||
//پرداختی نسیه
|
||||
|
@@ -171,6 +171,7 @@ namespace Back.Services
|
||||
{
|
||||
if (item.eName == "indatim" || item.eName == "Indati2m" || item.eName == "cdcd")
|
||||
item.Value = item.Value.Replace("/", "");
|
||||
|
||||
SetValue(item, ref InvoiceItem);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user