GX-Bug #56320 » QuickEditFix.patch
| src/system/overloads/ProductRepositoryWriter/QuickEditProductRepositoryWriter.inc.php (date 1524574944000) | ||
|---|---|---|
| 119 | 119 |
{
|
| 120 | 120 |
foreach($data as $product => $item) |
| 121 | 121 |
{
|
| 122 |
$this->productId = $product; |
|
| 122 |
$this->productId = $product; |
|
| 123 |
$this->model = null; |
|
| 124 |
$this->quantity = null; |
|
| 125 |
$this->price = null; |
|
| 126 |
$this->discount = null; |
|
| 127 |
$this->tax = null; |
|
| 128 |
$this->taxRate = null; |
|
| 129 |
$this->shippingStatusName = null; |
|
| 130 |
$this->weight = null; |
|
| 131 |
$this->shippingCosts = null; |
|
| 132 |
$this->manufacturer = null; |
|
| 133 |
$this->status = null; |
|
| 134 |
$this->specialPrice = null; |
|
| 123 | 135 |
|
| 124 | 136 |
if(PRICE_IS_BRUTTO === 'true') |
| 125 | 137 |
{
|