diff --git a/TaxPayerFull/Pages/UserPanel/TaxPayerInvoiceItem.razor b/TaxPayerFull/Pages/UserPanel/TaxPayerInvoiceItem.razor
index 15fb088..7bdb87e 100644
--- a/TaxPayerFull/Pages/UserPanel/TaxPayerInvoiceItem.razor
+++ b/TaxPayerFull/Pages/UserPanel/TaxPayerInvoiceItem.razor
@@ -72,16 +72,13 @@ else
@if (item.ModeID == 1 && item.InputBox != "autofild")
{
- if (item.Des != null && !FullInvoice)
+ if (item.Des != null && item.Des.Count() > 0 && !FullInvoice)
{
-
-
ShowConditions(item.Des,item.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص
-
-
+
-
-
+
+
}
else
{
@@ -91,16 +88,12 @@ else
}
else
{
- if (item.Des != null && !FullInvoice)
+ if (item.Des != null && item.Des.Count() > 0 && !FullInvoice)
{
-
-
ShowConditions(item.Des,item.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص
-
-
+
-
-
+
}
else
{
@@ -172,16 +165,10 @@ else
@if (itemB.ModeID == 1 && itemB.InputBox != "autofild")
{
- if (itemB.Des != null && !FullInvoice)
+ if (itemB.Des != null && itemB.Des.Count() > 0 && !FullInvoice)
{
-
-
ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص
-
-
-
-
}
else
{
@@ -190,17 +177,10 @@ else
}
else
{
- if (itemB.Des != null && !FullInvoice)
+ if (itemB.Des != null && itemB.Des.Count() > 0 && !FullInvoice)
{
-
-
ShowConditions(itemB.Des,itemB.fName)" Color="BadgeColor.Primary" IndicatorType="BadgeIndicatorType.RoundedPill">شرایط خاص
-
-
-
-
-
}
else
{