diff --git a/phronCare.UIBlazor/Pages/Sales/Quotes/Quotes.razor b/phronCare.UIBlazor/Pages/Sales/Quotes/Quotes.razor
index dddfab6..a364627 100644
--- a/phronCare.UIBlazor/Pages/Sales/Quotes/Quotes.razor
+++ b/phronCare.UIBlazor/Pages/Sales/Quotes/Quotes.razor
@@ -72,7 +72,7 @@
@if (PagedQuotes?.Items?.Any() == true)
{
-
+
| Quotenumber |
@@ -160,7 +160,7 @@
Emisión:
@SelectedQuote?.IssueDate.ToString("dd/MM/yyyy")
Estimada:
- @SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy") ?? "—"
+ @SelectedQuote?.EstimatedDate?.ToString("dd/MM/yyyy")
Unidad Negocio:
@SelectedQuote?.BusinessUnitName
Moneda:
diff --git a/phronCare.UIBlazor/Shared/Components/PhTable.razor b/phronCare.UIBlazor/Shared/Components/PhTable.razor
index 9f73579..4f85818 100644
--- a/phronCare.UIBlazor/Shared/Components/PhTable.razor
+++ b/phronCare.UIBlazor/Shared/Components/PhTable.razor
@@ -74,7 +74,7 @@
-