1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Remove show_currency_symbol

This commit is contained in:
David Bomba 2019-10-07 17:39:05 +11:00
parent 03d0babd26
commit 972bedeecb

View File

@ -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,