Modify translations & fix detail page for loan orders
This commit is contained in:
@@ -42,7 +42,7 @@ return new class extends Migration
|
||||
$table->string('phone_home')->nullable();
|
||||
|
||||
$table->string('work_region')->nullable()->index();
|
||||
$table->string('work_province')->nullable();
|
||||
$table->foreignId('work_province_id')->nullable()->constrained('provinces')->restrictOnDelete();
|
||||
$table->string('work_company')->nullable();
|
||||
$table->string('work_company_accountant_number')->nullable();
|
||||
$table->date('work_started_at')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user