Compare commits
No commits in common. "494e377b985dad3449eac4fd90b3b4d51ce54c30" and "0c9b38ddd90d15b3b8de945ef034486566533e4d" have entirely different histories.
494e377b98
...
0c9b38ddd9
@ -36,8 +36,8 @@
|
||||
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>publish.html</WebPage>
|
||||
<ApplicationRevision>2</ApplicationRevision>
|
||||
<ApplicationVersion>7.2.10.2</ApplicationVersion>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>7.2.10.1</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
||||
@ -1239,8 +1239,7 @@ namespace ENI2.Excel
|
||||
{
|
||||
if ((reader.Mode == ExcelReader.CountryMode.DE) && waste.IsDashWasteCode)
|
||||
{
|
||||
// waste.WasteDescription = "-";
|
||||
// NOP
|
||||
waste.WasteDescription = "-";
|
||||
}
|
||||
else if (reader.Mode == ExcelReader.CountryMode.DK)
|
||||
{
|
||||
@ -1299,8 +1298,7 @@ namespace ENI2.Excel
|
||||
}
|
||||
}
|
||||
|
||||
// was.AddMissingWaste();
|
||||
|
||||
was.AddMissingWaste();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user