aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/ExcelDNA/AddIn.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ExcelDNA/AddIn.cs b/Source/ExcelDNA/AddIn.cs
index 8a25799..72846a1 100644
--- a/Source/ExcelDNA/AddIn.cs
+++ b/Source/ExcelDNA/AddIn.cs
@@ -19,7 +19,7 @@ namespace Rehau.Sku.Assist
{
public static readonly HttpClient httpClient = new HttpClient();
public static ResponseOrder responseOrder;
- public string priceListPath;
+ public static string priceListPath;
public void AutoOpen()
{