Trimmed down my contact information and fixed the .com / .info typo

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@274 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-09 00:45:16 +00:00
parent c2d2a1c400
commit e4132237b9

View File

@@ -302,7 +302,7 @@ executeSchema();
addRow('contacts', addRow('contacts',
{ 'first_name' => 'Abijah', { 'first_name' => 'Abijah',
'middle_name' => 'M', # 'middle_name' => 'M',
'last_name' => 'Perkins' }); 'last_name' => 'Perkins' });
addRow('contact_addresses', addRow('contact_addresses',
@@ -333,19 +333,19 @@ addRow('contacts_methods',
'preference' => 'ALTERNATE' }, 'preference' => 'ALTERNATE' },
1); 1);
addRow('contact_addresses', # addRow('contact_addresses',
{ 'address' => 'PO Box 69', # { 'address' => 'PO Box 69',
'city' => 'Granger', # 'city' => 'Granger',
'state' => 'WA', # 'state' => 'WA',
'postcode' => '98932', # 'postcode' => '98932',
'country' => 'USA' }); # 'country' => 'USA' });
addRow('contacts_methods', # addRow('contacts_methods',
{ 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'}, # { 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'},
'method_id' => $newdb{'tables'}{'contact_addresses'}{'autoid'}, # 'method_id' => $newdb{'tables'}{'contact_addresses'}{'autoid'},
'method' => 'ADDRESS', # 'method' => 'ADDRESS',
'type' => 'HOME', # 'type' => 'HOME',
'preference' => 'ALTERNATE' }, # 'preference' => 'ALTERNATE' },
1); # 1);
addRow('contact_phones', addRow('contact_phones',
{ 'type' => 'MOBILE', { 'type' => 'MOBILE',
@@ -380,16 +380,16 @@ addRow('contacts_methods',
'preference' => 'WORK' }, 'preference' => 'WORK' },
1); 1);
addRow('contact_phones', # addRow('contact_phones',
{ 'type' => 'LANDLINE', # { 'type' => 'LANDLINE',
'phone' => '5098541491' }); # 'phone' => '5098541491' });
addRow('contacts_methods', # addRow('contacts_methods',
{ 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'}, # { 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'},
'method_id' => $newdb{'tables'}{'contact_phones'}{'autoid'}, # 'method_id' => $newdb{'tables'}{'contact_phones'}{'autoid'},
'method' => 'PHONE', # 'method' => 'PHONE',
'type' => 'HOME', # 'type' => 'HOME',
'preference' => 'ALTERNATE' }, # 'preference' => 'ALTERNATE' },
1); # 1);
addRow('contact_phones', addRow('contact_phones',
{ 'type' => 'VIRTUAL', { 'type' => 'VIRTUAL',
@@ -434,7 +434,7 @@ addRow('contacts_methods',
1); 1);
addRow('contact_emails', addRow('contact_emails',
{ 'email' => 'abijah\@ValleyStorage.com' }); { 'email' => 'abijah\@ValleyStorage.info' });
addRow('contacts_methods', addRow('contacts_methods',
{ 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'}, { 'contact_id' => $newdb{'tables'}{'contacts'}{'autoid'},
'method_id' => $newdb{'tables'}{'contact_emails'}{'autoid'}, 'method_id' => $newdb{'tables'}{'contact_emails'}{'autoid'},