2
0
forked from Wavyzz/dolibarr

NEW Enable bulk actions delete on supplier invoices

This commit is contained in:
Laurent Destailleur
2017-04-07 14:09:19 +02:00
parent aa47575b13
commit 60a54041c2
13 changed files with 305 additions and 134 deletions

View File

@@ -5913,7 +5913,7 @@ function getImageFileNameForSize($file, $extName, $extImgTarget='')
*
* @param string $modulepart propal, facture, facture_fourn, ...
* @param string $relativepath Relative path of docs.
* @param int $alldata Return array with all components (1 is recommended)
* @param int $alldata Return array with all components (1 is recommended, then use a simple a href link with the class, target and mime attribute added. 'documentpreview' css class is handled by jquery code into main.inc.php)
* @return string|array Output string with href link or array with all components of link
*/
function getAdvancedPreviewUrl($modulepart, $relativepath, $alldata=0)