This commit is contained in:
mmrbnjd
2024-07-22 14:23:29 +03:30
parent d9fd29dbba
commit a914057557
4 changed files with 111 additions and 17 deletions

View File

@@ -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);
}