diff --git a/database/factories/InvoiceFactory.php b/database/factories/InvoiceFactory.php index 0652188117c2..13f5ed689a6f 100644 --- a/database/factories/InvoiceFactory.php +++ b/database/factories/InvoiceFactory.php @@ -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,