mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
contract template obligation contract template dependency UI
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class PlumberServiceContractTemplateObligationContractDependenciesTableSeeder ex
|
||||
DB::table('contract_template_obligation_contract_template_dependencies')->insert([
|
||||
[
|
||||
'id' => 201,
|
||||
'user_id' => 4,
|
||||
'user_id' => 3,
|
||||
'contract_template_obligation_id' => 202, // plumber hero company rescue princess peach
|
||||
'depend_contract_template_id' => 202, // Plumber Mario Service
|
||||
'status' => 1,
|
||||
|
||||
@@ -18,7 +18,7 @@ class PlumberServiceEntitiesTableSeeder extends Seeder
|
||||
DB::table('entities')->insert([
|
||||
[
|
||||
'id' => 201,
|
||||
'user_id' => 4,
|
||||
'user_id' => 3,
|
||||
'name' => 'Mushroom Kingdom',
|
||||
'status' => 1,
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
@@ -26,7 +26,7 @@ class PlumberServiceEntitiesTableSeeder extends Seeder
|
||||
],
|
||||
[
|
||||
'id' => 202,
|
||||
'user_id' => 4,
|
||||
'user_id' => 3,
|
||||
'name' => 'Mario',
|
||||
'status' => 1,
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
@@ -34,7 +34,7 @@ class PlumberServiceEntitiesTableSeeder extends Seeder
|
||||
],
|
||||
[
|
||||
'id' => 203,
|
||||
'user_id' => 4,
|
||||
'user_id' => 3,
|
||||
'name' => 'Plumber Hero Company',
|
||||
'status' => 1,
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ class PlumberServiceContractTemplateObligationsTableSeeder extends Seeder
|
||||
'id' => 202,
|
||||
'user_id' => 3,
|
||||
'contract_template_id' => 201,
|
||||
'name' => 'plumber hero rescue princess peach',
|
||||
'name' => 'plumber company hero rescue princess peach',
|
||||
'sequence' => 2.0,
|
||||
'reference' => null,
|
||||
'content' => null,
|
||||
|
||||
Reference in New Issue
Block a user