diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:50:37 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:50:37 +0300 |
commit | abfd03be7a62271ca7c83c8e3c53620040e2d08a (patch) | |
tree | 556fb80c25cbaa32d0742fba0c6d83689f7cb243 | |
parent | 0288ae0a185095d182dfc18af6709bac7159f5e0 (diff) |
Fix static pricelist path field
-rw-r--r-- | Source/ExcelDNA/AddIn.cs | 2 |
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() { |