Skip to content
Snippets Groups Projects
Commit 3e13877f authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update fiche-stat.php

parent a3dea2c6
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ if ($prev_id)
print '<table class="border" width="100%"><tr><td width="20%">';
print $langs->trans("WithdrawalFile").'</td><td>';
$relativepath = 'receipts/'.$bon->ref;
$relativepath = 'receipts/'.$bon->ref.'.xml';
print '<a data-ajax="false" href="'.DOL_URL_ROOT.'/document.php?type=text/plain&amp;modulepart=prelevement&amp;file='.urlencode($relativepath).'">'.$relativepath.'</a>';
print '</td></tr></table>';
......
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