From 44a48b0818083e01a7b01c27f38c1f93525a6810 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sun, 5 Dec 2021 16:32:25 +0300 Subject: Fix price double cast --- Source/ExcelDNA/Functions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/ExcelDNA') diff --git a/Source/ExcelDNA/Functions.cs b/Source/ExcelDNA/Functions.cs index a9bdfca..cd09535 100644 --- a/Source/ExcelDNA/Functions.cs +++ b/Source/ExcelDNA/Functions.cs @@ -14,6 +14,6 @@ namespace Rehau.Sku.Assist [ExcelFunction] public static object RAUPRICE(string request) - => SkuAssist.GetProduct(request, ProductField.Price); + => SkuAssist.GetProduct(request, ProductField.Price); } } \ No newline at end of file -- cgit v1.2.3