Go to the source code of this file.
Packages | |
package | Mage_Sales |
Variables | |
$installer = $this | |
$orderEntityTypeId = $this->getEntityTypeId('order') | |
$attributes | |
$select = new Zend_Db_Select($installer->getConnection()) | |
$attributeIds = array() | |
$orders = $installer->getConnection()->fetchAll($select) |
$attributeIds = array() |
Definition at line 199 of file mysql4-upgrade-0.8.13-0.8.14.php.
$attributes |
Initial value:
array( 'customer_id' => array(), 'tax_amount' => array(), 'shipping_amount' => array(), 'discount_amount' => array(), 'subtotal' => array(), 'grand_total' => array(), 'total_paid' => array(), 'total_refunded' => array(), 'total_qty_ordered' => array(), 'total_canceled' => array(), 'total_invoiced' => array(), 'total_online_refunded' => array(), 'total_offline_refunded' => array(), 'base_tax_amount' => array(), 'base_shipping_amount' => array(), 'base_discount_amount' => array(), 'base_subtotal' => array(), 'base_grand_total' => array(), 'base_total_paid' => array(), 'base_total_refunded' => array(), 'base_total_qty_ordered' => array(), 'base_total_canceled' => array(), 'base_total_invoiced' => array(), 'base_total_online_refunded' => array(), 'base_total_offline_refunded' => array() )
Definition at line 166 of file mysql4-upgrade-0.8.13-0.8.14.php.
$installer = $this |
Definition at line 27 of file mysql4-upgrade-0.8.13-0.8.14.php.
$orderEntityTypeId = $this->getEntityTypeId('order') |
Definition at line 164 of file mysql4-upgrade-0.8.13-0.8.14.php.
$orders = $installer->getConnection()->fetchAll($select) |
Definition at line 217 of file mysql4-upgrade-0.8.13-0.8.14.php.
$select = new Zend_Db_Select($installer->getConnection()) |
Definition at line 194 of file mysql4-upgrade-0.8.13-0.8.14.php.