mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-26 10:48:41 +00:00
fix lang import sorting
This commit is contained in:
parent
c679eed0db
commit
ea3b45ec3c
|
|
@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
|
|||
'Name' => '',
|
||||
'Parent' => '',
|
||||
'Personnel' => '',
|
||||
'Phone' => '',
|
||||
'Position' => '',
|
||||
'ProfileImage' => '',
|
||||
'Remarks' => '',
|
||||
'Shifts' => '',
|
||||
'Staff' => '',
|
||||
|
|
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
|
|||
'Unit' => '',
|
||||
'Vacation' => '',
|
||||
'Work' => '',
|
||||
'ProfileImage' => '',
|
||||
'Phone' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
|
|||
'Name' => 'Name',
|
||||
'Parent' => 'Parent',
|
||||
'Personnel' => 'Personnel',
|
||||
'Phone' => '',
|
||||
'Position' => 'Position',
|
||||
'ProfileImage' => '',
|
||||
'Remarks' => 'Remarks',
|
||||
'Shifts' => 'Shifts',
|
||||
'Staff' => 'Staff',
|
||||
|
|
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
|
|||
'Unit' => 'Unit',
|
||||
'Vacation' => 'Vacation',
|
||||
'Work' => 'Work',
|
||||
'ProfileImage' => '',
|
||||
'Phone' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user