aboutsummaryrefslogtreecommitdiff
path: root/Source/Ribbon/RibbonController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Ribbon/RibbonController.cs')
-rw-r--r--Source/Ribbon/RibbonController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs
index 7402a09..7fa2ac8 100644
--- a/Source/Ribbon/RibbonController.cs
+++ b/Source/Ribbon/RibbonController.cs
@@ -37,7 +37,7 @@ namespace RehauSku.Ribbon
else
{
dw.FillSkuAmountDict();
- //dw.FillPriceList();
+ dw.FillPriceList();
}
}
}