Skip to content

Commit

Permalink
Add address to customer import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
abantecart committed May 18, 2015
1 parent 2c23f65 commit 86b3c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public_html/admin/model/tool/table_relationships.php
Expand Up @@ -205,6 +205,10 @@ private function _load_tables_configs(){
$this->sections['customers'] = array(
'id' => 'customer_id',
'children' => array(
'addresses' => array(
'id' => null,
'relation_ids' => array('customer_id', 'address_id')
),
'reviews' => array(
'id' => null,
'relation_ids' => array('customer_id', 'review_id', 'product_id')
Expand Down

0 comments on commit 86b3c37

Please sign in to comment.