From abfd03be7a62271ca7c83c8e3c53620040e2d08a Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Dec 2021 19:50:37 +0300 Subject: [PATCH] Fix static pricelist path field --- Source/ExcelDNA/AddIn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {