Merge branch 'ticket-12455-SAVjoinFile' into develop
This commit is contained in:
commit
c2cbe1347a
@ -856,6 +856,10 @@ class AdminCustomerThreads extends AdminTab
|
||||
</div>
|
||||
</form>';
|
||||
|
||||
if(!empty($message['employee_name']) && !empty($message['file_name'])) {
|
||||
$output .='<p>Fichier joint : '.$message['file_name'].'</p>';
|
||||
}
|
||||
|
||||
// Adding Antadis - linking with ant_support_form module
|
||||
if (Module::isInstalled('ant_support_form')) {
|
||||
$result = Db::getInstance()->getRow('
|
||||
|
Loading…
Reference in New Issue
Block a user