diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-09 09:14:19 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-09 09:14:19 +0300 |
commit | f8ec152378d5021386a8f145d5c7ff5026ba100e (patch) | |
tree | 99d6ddabeef484e0be4f0b6617caf56b6a4470be /Source/Ribbon | |
parent | bc3421e67f7fd64ff0a7a0c078bbba6fbf971905 (diff) |
Copy pricelist file
Diffstat (limited to 'Source/Ribbon')
-rw-r--r-- | Source/Ribbon/RibbonController.cs | 2 |
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(); } } } |