mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 06:55:28 +00:00
fix typo in 'documenttypesattr'
This commit is contained in:
parent
3f871b3b77
commit
d578a7bc99
2
conf.php
2
conf.php
|
@ -58,7 +58,7 @@ $EXT_CONF['paperless'] = array(
|
|||
'objtype'=>'2',
|
||||
'allow_empty'=>true,
|
||||
),
|
||||
'documenttypeattr' => array(
|
||||
'documenttypesattr' => array(
|
||||
'title'=>'Attribute for storing the document type',
|
||||
'help'=>'This attribute stores the document type of a document and must have a list of types.',
|
||||
'type'=>'select',
|
||||
|
|
Loading…
Reference in New Issue
Block a user