* Added Excel generation for Marelli
* Added Logo
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user