|
|
|
@ -200,7 +200,7 @@ unless Rails.env.test? |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
created_by: support_user, |
|
|
|
created_by: support_user, |
|
|
|
owning_organisation: org, |
|
|
|
owning_organisation: org, |
|
|
|
saledate: Date.new(2023, 1, 1), |
|
|
|
saledate: Date.new(2023, 4, 1), |
|
|
|
purchid: "1", |
|
|
|
purchid: "1", |
|
|
|
ownershipsch: 1, |
|
|
|
ownershipsch: 1, |
|
|
|
type: 2, |
|
|
|
type: 2, |
|
|
|
@ -211,7 +211,7 @@ unless Rails.env.test? |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
created_by: support_user, |
|
|
|
created_by: support_user, |
|
|
|
owning_organisation: org, |
|
|
|
owning_organisation: org, |
|
|
|
saledate: Date.new(2023, 1, 1), |
|
|
|
saledate: Date.new(2023, 4, 1), |
|
|
|
purchid: "1", |
|
|
|
purchid: "1", |
|
|
|
ownershipsch: 2, |
|
|
|
ownershipsch: 2, |
|
|
|
type: 9, |
|
|
|
type: 9, |
|
|
|
@ -222,7 +222,7 @@ unless Rails.env.test? |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
SalesLog.find_or_create_by!( |
|
|
|
created_by: support_user, |
|
|
|
created_by: support_user, |
|
|
|
owning_organisation: org, |
|
|
|
owning_organisation: org, |
|
|
|
saledate: Date.new(2023, 1, 1), |
|
|
|
saledate: Date.new(2023, 4, 1), |
|
|
|
purchid: "1", |
|
|
|
purchid: "1", |
|
|
|
ownershipsch: 3, |
|
|
|
ownershipsch: 3, |
|
|
|
type: 10, |
|
|
|
type: 10, |
|
|
|
|