* Added Excel generation for Marelli

* Added Logo
This commit is contained in:
2025-09-30 21:18:34 +02:00
parent f6cc62d6c8
commit 8cfded48ae
9 changed files with 55 additions and 38 deletions

View File

@@ -259,7 +259,7 @@
private async Task ExportXls()
{
int count = WzRowsMarelli.Count(x => x.PalletNumber == null);
_isValid = true;
_isValid = count == 0;
_isValid = _isValid && !string.IsNullOrWhiteSpace(EmailAddresses);