diff --git a/database/factories/ClientFactory.php b/database/factories/ClientFactory.php index 7ff7106c6092..4abdcfd9bb10 100644 --- a/database/factories/ClientFactory.php +++ b/database/factories/ClientFactory.php @@ -15,7 +15,8 @@ $factory->define(App\Models\Client::class, function (Faker $faker) { 'id_number' => $faker->text(20), 'custom_value1' => $faker->text(20), 'custom_value2' => $faker->text(20), - 'payment_terms' => 1, + 'custom_value3' => $faker->text(20), + 'custom_value4' => $faker->text(20), 'address1' => $faker->buildingNumber, 'address2' => $faker->streetAddress, 'city' => $faker->city,