We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6180be commit 0a12f2fCopy full SHA for 0a12f2f
app/code/Magento/Catalog/Model/Product/Attribute/Backend/Tierprice.php
@@ -13,6 +13,9 @@
13
14
use Magento\Catalog\Model\Attribute\ScopeOverriddenValue;
15
16
+/**
17
+ * Backend model for Tierprice attribute
18
+ */
19
class Tierprice extends \Magento\Catalog\Model\Product\Attribute\Backend\GroupPrice\AbstractGroupPrice
20
{
21
/**
@@ -186,6 +189,10 @@ protected function modifyPriceData($object, $data)
186
189
}
187
190
188
191
192
+ * Update Price values in DB
193
+ *
194
+ * Updates price values in DB from array comparing to old values. Returns bool if updated
195
196
* @param array $valuesToUpdate
197
* @param array $oldValues
198
* @return boolean
0 commit comments