diff options
author | Serghei Cebotari <51533848+schebotar@users.noreply.github.com> | 2021-12-08 09:46:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 09:46:11 +0300 |
commit | 90307872c8b1a17fc818554474971894f1c91294 (patch) | |
tree | bbd9aa53f299eed983f63f2a79324ff24bee5063 /Source/DataExport/RibbonController.cs | |
parent | adf66ad2a2c358ec8d3edfc92f96ba0376888e74 (diff) | |
parent | 910ba4bf6ddf8415bf3a8db78d4c85e4ccd45bd6 (diff) |
Merge pull request #7 from schebotar/test
Test
Diffstat (limited to 'Source/DataExport/RibbonController.cs')
-rw-r--r-- | Source/DataExport/RibbonController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DataExport/RibbonController.cs b/Source/DataExport/RibbonController.cs index 3ae9099..5c4045a 100644 --- a/Source/DataExport/RibbonController.cs +++ b/Source/DataExport/RibbonController.cs @@ -37,7 +37,7 @@ namespace Ribbon else { dw.FillSkuAmountDict(); - dw.FillPriceList(); + //dw.FillPriceList(); } } } |