tax id null
This commit is contained in:
parent
7cde170540
commit
24cb6dbab7
@ -15,7 +15,7 @@ $factory->define(Item::class, function (Faker $faker) {
|
|||||||
'purchase_price' => $faker->randomFloat(2, 10, 20),
|
'purchase_price' => $faker->randomFloat(2, 10, 20),
|
||||||
'sale_price' => $faker->randomFloat(2, 10, 20),
|
'sale_price' => $faker->randomFloat(2, 10, 20),
|
||||||
'category_id' => $company->categories()->type('item')->pluck('id')->first(),
|
'category_id' => $company->categories()->type('item')->pluck('id')->first(),
|
||||||
'tax_id' => 0,
|
'tax_id' => null,
|
||||||
'enabled' => $faker->boolean ? 1 : 0
|
'enabled' => $faker->boolean ? 1 : 0,
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user