Skip to content
Snippets Groups Projects
Commit 5cf651e1 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #5060

parent 66192d8a
No related branches found
No related tags found
No related merge requests found
...@@ -1425,7 +1425,7 @@ if($_SESSION['indexation'] == true && $category == 'outgoing'){ ...@@ -1425,7 +1425,7 @@ if($_SESSION['indexation'] == true && $category == 'outgoing'){
$stmt = $db->query($selectAttachments, array($_SESSION['doc_id'], $_SESSION['collection_id_choice'])); $stmt = $db->query($selectAttachments, array($_SESSION['doc_id'], $_SESSION['collection_id_choice']));
if($stmt->rowCount()==0){ if($stmt->rowCount()==0){
//launch outgoing_mail creation //launch outgoing_mail creation
echo '<script type="text/javascript">document.getElementById(\'onglet_rep\').click();showAttachmentsForm(\''.$_SESSION['config']['businessappurl'].'index.php?display=true&module=attachments&page=attachments_content&fromDetail=create&cat=outgoing\',\'98%\',\'auto\');</script>'; echo '<script type="text/javascript">document.getElementById(\'responses_tab\').click();showAttachmentsForm(\''.$_SESSION['config']['businessappurl'].'index.php?display=true&module=attachments&page=attachments_content&fromDetail=create&cat=outgoing\',\'98%\',\'auto\');</script>';
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment