aboutsummaryrefslogtreecommitdiff
path: root/Source/DataExport
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DataExport')
-rw-r--r--Source/DataExport/Exporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DataExport/Exporter.cs b/Source/DataExport/Exporter.cs
index cc7621e..40a1d5d 100644
--- a/Source/DataExport/Exporter.cs
+++ b/Source/DataExport/Exporter.cs
@@ -52,7 +52,7 @@ namespace RehauSku.DataExport
object current = SelectedCells[row, column];
if (current.GetType() == typeof(string)
- && SkuAssist.IsRehauSku((string)current))
+ && ((string)current).IsRehauSku())
sku = (string)current;
else if (current.GetType() == typeof(string)