Skip to content
Snippets Groups Projects
Commit b3172e5e authored by Damien's avatar Damien
Browse files

Merge branch 'master' of labs.maarch.org:maarch/MaarchCourrier

parents 99660d80 b53f9e6b
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