Added MNO docs to Paperless, fixed new clients info on dashboard
This commit is contained in:
@@ -112,10 +112,13 @@ class PaperLessNgx {
|
||||
# set parameters and push to paperless
|
||||
$tags_correspondent = $this->getDocumentCorrespondent($category);
|
||||
if ($store_location == "general_files") {
|
||||
$file_path = "documents/general_files/" . $filename; //"documents/oasl.pdf";
|
||||
$file_path = "documents/general_files/" . $filename;
|
||||
}
|
||||
else if ($store_location == "mno_files") {
|
||||
$file_path = "documents/mno_files/" . $filename;
|
||||
}
|
||||
else{
|
||||
$file_path = "documents/client_files/" . $filename; //"documents/oasl.pdf";
|
||||
$file_path = "documents/client_files/" . $filename;
|
||||
}
|
||||
|
||||
$tags_arr[] = $tags_correspondent['tags']; //[1,2];
|
||||
|
||||
Reference in New Issue
Block a user