* * Document Browser for Email Attachments * Shows related documents from customer, proposals, orders, products, etc. */ // Requires: $element, $objectId, $trackid, $langs to be set if (empty($element) || empty($objectId)) { return; } $supportedElements = array('propal', 'commande', 'facture', 'expedition', 'order_supplier', 'invoice_supplier'); if (!in_array($element, $supportedElements)) { return; } $ajaxUrl = dol_buildpath('/filearchiv/ajax/getdocuments.php', 1); $addFileUrl = dol_buildpath('/filearchiv/ajax/addfile.php', 1); ?>
trans('BrowseRelatedDocuments'); ?>

trans('SelectDocumentsToAttach'); ?>

×
trans('Loading'); ?>...