View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004205 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-06-28 12:57 | 2012-12-07 14:27 |
Reporter | svetlana | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.0_5.0.0_beta1 | ||||
Fixed in Version | 4.7.0_5.0.0_beta1 | ||||
Summary | 0004205: Stok value for new product should be 0 | ||||
Description | On 4.6. version after new product is created the value of stock by default is -1. Should be 0. | ||||
Steps To Reproduce | 1.Create new product in Admin-> Administer products->Product 2.Go to stock tab. 3.See the stock value is -1 | ||||
Tags | Products | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
The bug is fixed for the upcoming version, however the fix will not be included to the 4.6 patches. If you want to fix it for your local version, you can change the fields default value to "0", by running the following query: " ALTER TABLE `oxarticles` CHANGE `OXSTOCK` `OXSTOCK` DOUBLE NOT NULL DEFAULT '0' ". This solution works for any version. |