View Issue Details

IDProjectCategoryView StatusLast Update
0000814OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-04-22 14:45
Reporterhenriks Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version4.1.0 revision 17976 
Summary0000814: order_package shows only one item per list
DescriptionNo matter how many articles are ordered, only the first article will be shown on package list.
Additional InformationThis can be easily fixed by adding to admin/order_package.php
in line 91:

if (!isset($aOrders[$key])) { # patch by HeSt 2009-04-21
  $aOrders[$key] = new oxStdClass();
  $aOrders[$key]->fields = $rs->fields;
}



TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

duplicate of 0000711 resolvedvilma_liorensaityte Packing list only shows one product 

Activities

dainius.bigelis

2009-04-21 11:11

reporter   ~0000793

Reminder sent to: henriks

Hi,

Your described case was fixed in the OXID eShop version 4.1.0.
But you marked the version for the bug "4.1.0", what means, that in 4.1.0 - the bug still exists. We also double checked this case and cannot reproduce this bug in eShop version 4.1.0.
Are you sure that your shop, where you found this bug is version 4.1.0 ?

Best regards,

henriks

2009-04-22 12:33

reporter   ~0000796

sorry, did not try 4.1.0

thank you

dainius.bigelis

2009-04-22 14:45

reporter   ~0000797

Duplicate of 0000711