aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-06 19:50:37 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-06 19:50:37 +0300
commitabfd03be7a62271ca7c83c8e3c53620040e2d08a (patch)
tree556fb80c25cbaa32d0742fba0c6d83689f7cb243 /Source
parent0288ae0a185095d182dfc18af6709bac7159f5e0 (diff)
Fix static pricelist path field
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()
{