diff --git a/app/Factory/InvoiceItemFactory.php b/app/Factory/InvoiceItemFactory.php index 5890e5f8feee..012dab417e5b 100644 --- a/app/Factory/InvoiceItemFactory.php +++ b/app/Factory/InvoiceItemFactory.php @@ -64,10 +64,10 @@ class InvoiceItemFactory $item->discount = $faker->numberBetween(1, 10); $item->notes = $faker->realText(50); $item->product_key = $faker->word(); - $item->custom_value1 = $faker->realText(10); - $item->custom_value2 = $faker->realText(10); - $item->custom_value3 = $faker->realText(10); - $item->custom_value4 = $faker->realText(10); + // $item->custom_value1 = $faker->realText(10); + // $item->custom_value2 = $faker->realText(10); + // $item->custom_value3 = $faker->realText(10); + // $item->custom_value4 = $faker->realText(10); $item->tax_name1 = 'GST'; $item->tax_rate1 = 10.00; $item->type_id = "1"; @@ -98,10 +98,10 @@ class InvoiceItemFactory $item->discount = 0; $item->notes = $faker->realText(20); $item->product_key = $faker->word(); - $item->custom_value1 = $faker->realText(10); - $item->custom_value2 = $faker->realText(10); - $item->custom_value3 = $faker->realText(10); - $item->custom_value4 = $faker->realText(10); + // $item->custom_value1 = $faker->realText(10); + // $item->custom_value2 = $faker->realText(10); + // $item->custom_value3 = $faker->realText(10); + // $item->custom_value4 = $faker->realText(10); $item->tax_name1 = ''; $item->tax_rate1 = 0; $item->type_id = "1";