mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove custom fields from factories to prevent type clashes"
git push "
This commit is contained in:
parent
ceb8637310
commit
f84d6d436f
@ -41,8 +41,8 @@ class InvoiceFactory extends Factory
|
||||
'tax_rate2' => 17.5,
|
||||
//'tax_name3' => 'THIRDTAX',
|
||||
//'tax_rate3' => 5,
|
||||
'custom_value1' => $this->faker->date,
|
||||
'custom_value2' => rand(0, 1) ? 'yes' : 'no',
|
||||
// 'custom_value1' => $this->faker->date,
|
||||
//'custom_value2' => rand(0, 1) ? 'yes' : 'no',
|
||||
// 'custom_value3' => $this->faker->numberBetween(1,4),
|
||||
// 'custom_value4' => $this->faker->numberBetween(1,4),
|
||||
'is_deleted' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user