Merge branch 'TBSliver/Dev-Script-Fix' into development
This commit is contained in:
commit
1fb247c675
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ sub run {
|
||||||
for ( 1 .. $number ) {
|
for ( 1 .. $number ) {
|
||||||
for my $user_result ( $user_rs->all ) {
|
for my $user_result ( $user_rs->all ) {
|
||||||
$user_result->create_related( 'transactions', {
|
$user_result->create_related( 'transactions', {
|
||||||
seller_id => $organisations[int(rand($#organisations))]->id,
|
seller_id => $organisations[int(rand($#organisations))]->organisation_id,
|
||||||
value => int(rand(9999)) / 100,
|
value => int(rand(9999)) / 100,
|
||||||
proof_image => 'a',
|
proof_image => 'a',
|
||||||
submitted_at => $dtf->format_datetime($datetime->clone->add( minutes => int(rand(1440)) )),
|
submitted_at => $dtf->format_datetime($datetime->clone->add( minutes => int(rand(1440)) )),
|
||||||
|
|
Reference in a new issue