Fix static pricelist path field

This commit is contained in:
Sergey Chebotar 2021-12-06 19:50:37 +03:00
parent 0288ae0a18
commit abfd03be7a

View File

@ -19,7 +19,7 @@ namespace Rehau.Sku.Assist
{ {
public static readonly HttpClient httpClient = new HttpClient(); public static readonly HttpClient httpClient = new HttpClient();
public static ResponseOrder responseOrder; public static ResponseOrder responseOrder;
public string priceListPath; public static string priceListPath;
public void AutoOpen() public void AutoOpen()
{ {