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