mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 21:58:40 +00:00
Fix installation/mapper
This commit is contained in:
parent
4212a96035
commit
0765760591
|
|
@ -63,4 +63,5 @@ return ['Tasks' => [
|
||||||
'S3' => 'Suspended',
|
'S3' => 'Suspended',
|
||||||
'S4' => 'Canceled',
|
'S4' => 'Canceled',
|
||||||
'S5' => 'Done',
|
'S5' => 'Done',
|
||||||
|
'S6' => 'Closed',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,5 @@ return ['Tasks' => [
|
||||||
'S3' => 'Suspended',
|
'S3' => 'Suspended',
|
||||||
'S4' => 'Canceled',
|
'S4' => 'Canceled',
|
||||||
'S5' => 'Done',
|
'S5' => 'Done',
|
||||||
|
'S6' => 'Closed',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user