MT#5879 Align dummy data to new contacts schema.

mr3.3.1
Andreas Granig 12 years ago
parent 5cbb82747a
commit d51779ddab

@ -146,7 +146,18 @@ sub get_dummy_data {
faxnumber => '+3234567890',
iban => 'RESIBAN1234567890',
bic => 'RESBIC1234567890',
bankname => 'Resellerbank',
vatnum => 'RESVAT1234567890',
gpp0 => 'RESGPP0',
gpp1 => 'RESGPP1',
gpp2 => 'RESGPP2',
gpp3 => 'RESGPP3',
gpp4 => 'RESGPP4',
gpp5 => 'RESGPP5',
gpp6 => 'RESGPP6',
gpp7 => 'RESGPP7',
gpp8 => 'RESGPP8',
gpp9 => 'RESGPP9',
},
customer => {
id => int(rand(10000))+10000,
@ -168,6 +179,17 @@ sub get_dummy_data {
iban => 'CUSTIBAN1234567890',
bic => 'CUSTBIC1234567890',
vatnum => 'CUSTVAT1234567890',
bankname => 'Customerbank',
gpp0 => 'CUSTGPP0',
gpp1 => 'CUSTGPP1',
gpp2 => 'CUSTGPP2',
gpp3 => 'CUSTGPP3',
gpp4 => 'CUSTGPP4',
gpp5 => 'CUSTGPP5',
gpp6 => 'CUSTGPP6',
gpp7 => 'CUSTGPP7',
gpp8 => 'CUSTGPP8',
gpp9 => 'CUSTGPP9',
},
billprof => {
handle => 'BILPROF12345',

Loading…
Cancel
Save