View Issue Details

IDProjectCategoryView StatusLast Update
0006380OXID eShop (all versions)4. ------ eShop Core -------public2016-04-22 12:12
Reporterleofonic Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.9.7 / 5.2.7 
Summary0006380: incorrect date in oxinsert column in oxorderarticles
DescriptionBug 0005216 is marked resolved but the issue 1) is still present:

1)
oxorder->execute calls oxorder::_setOrderArticles which calls oxOrderArticles::copyThis($oProduct)

oxOrderArticles::copyThis appears to copy oxarticle__oxinsert to oxorderarticle_oxinsert, which it should not do.

oxorderarticle_oxinsert should be current date
Steps To Reproduce- place an order
- look at oxinsert in oxorderarticles, it is copied from article but should be set to order date instead.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2016-04-22 12:11

administrator   ~0011541

if order is placed oxorderarticles__oxinsert and oxorderarticles_oxtimestamp are copied from oxarticle__oxinsert and oxarticles_oxtimestamp.

The oxorder_oxorderdate is not set in db table oxorderarticles.

The field oxorderarticles__oxinsert, you mentiond, shows the timestamp the article is inserted not when the order is placed.

Therefore you have the field oxorder_oxorderdate.

So its no bug and can be closed