Version 2.0
This commit is contained in:
@@ -32,11 +32,21 @@ return [
|
||||
'liquidated' => 'Liquidated',
|
||||
],
|
||||
|
||||
// Contract Type
|
||||
// Contract Category
|
||||
'contract_category' => [
|
||||
'ownership' => 'Ownership',
|
||||
'business' => 'Business',
|
||||
],
|
||||
'contract_category_label' => 'Contract Category',
|
||||
|
||||
// Contract Type (V2)
|
||||
'contract_type' => [
|
||||
'sale' => 'Sale contract',
|
||||
'lease' => 'Lease contract',
|
||||
'bcc' => 'Business cooperation contract (BCC)',
|
||||
'deposit' => 'Deposit',
|
||||
'purchase' => 'Purchase',
|
||||
'transfer' => 'Transfer',
|
||||
'rental' => 'Rental',
|
||||
'self_business' => 'Self Business',
|
||||
'bcc' => 'Business Cooperation (BCC)',
|
||||
],
|
||||
|
||||
// Labels for Select filters
|
||||
|
||||
Reference in New Issue
Block a user