added ATTRIBUTE_ID and ATTRIBUTE_AVAILABILITY_ID to attribute_combination loop

This commit is contained in:
Julien Chanséaume
2014-07-16 09:49:43 +02:00
committed by Julien Chanseaume
parent 3745de8f57
commit 9900acef84

View File

@@ -103,6 +103,8 @@ class AttributeCombination extends BaseI18nLoop implements PropelSearchLoopInter
$loopResultRow = new LoopResultRow($attributeCombination); $loopResultRow = new LoopResultRow($attributeCombination);
$loopResultRow $loopResultRow
->set("ATTRIBUTE_ID", $attributeCombination->getAttributeId())
->set("ATTRIBUTE_AVAILABILITY_ID", $attributeCombination->getAttributeAvId())
->set("LOCALE",$this->locale) ->set("LOCALE",$this->locale)
->set("ATTRIBUTE_TITLE", $attributeCombination->getVirtualColumn(AttributeTableMap::TABLE_NAME . '_i18n_TITLE')) ->set("ATTRIBUTE_TITLE", $attributeCombination->getVirtualColumn(AttributeTableMap::TABLE_NAME . '_i18n_TITLE'))
->set("ATTRIBUTE_CHAPO", $attributeCombination->getVirtualColumn(AttributeTableMap::TABLE_NAME . '_i18n_CHAPO')) ->set("ATTRIBUTE_CHAPO", $attributeCombination->getVirtualColumn(AttributeTableMap::TABLE_NAME . '_i18n_CHAPO'))