Lieferland UST CH, Reverse Charge

This commit is contained in:
Kevin Adametz 2021-08-03 16:00:01 +02:00
parent 351a8f763c
commit d46824a4ac
19 changed files with 455 additions and 41 deletions

View file

@ -25,7 +25,8 @@ class CreateCountriesTable extends Migration
$table->string('ru', 100);
$table->boolean('active')->default(true);
$table->boolean('supply_country')->default(false);
$table->boolean('eu_country')->default(false);
$table->boolean('switch')->default(false);
$table->boolean('own_eur')->default(false);
$table->boolean('currency')->default(false);