diff --git a/StockMan.CORE/Components/ItemList.razor b/StockMan.CORE/Components/ItemList.razor index 37747d8..269cace 100644 --- a/StockMan.CORE/Components/ItemList.razor +++ b/StockMan.CORE/Components/ItemList.razor @@ -45,38 +45,44 @@ else @if (orderType == orderTypeEnum.codExtAscending) { - + COD. FORNITORE + } else if (orderType == orderTypeEnum.codExtDescending) { - + COD. FORNITORE + } else { - + COD. FORNITORE + } @if (orderType == orderTypeEnum.stockAscending) { - + STOCK + } else if (orderType == orderTypeEnum.stockDescending) { - + STOCK + } else { - + STOCK + }