From d578a7bc998a0b54b30eba1bc4a621f2c6e9f522 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 21 Feb 2023 13:09:19 +0100 Subject: [PATCH] fix typo in 'documenttypesattr' --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.php b/conf.php index 69614ce..414860d 100644 --- a/conf.php +++ b/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',