Skip to content
Snippets Groups Projects
Commit 6ac445d0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Add a confirmation on dangerous admin purge feature.

parent a2d7c0ef
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ For users:
- New: Several speed enhancements after using the Google Page speed
plugin for FireBug.
- New: Add a confirmation on dangerous admin purge feature.
- New: Add navigation on donation sheets.
- Fix: Fix payment conditions on commercial proposals.
- Fix: Nb of orders to process was wrong.
- Fix: Customer code was not correct on PDF it if contains special
......
......@@ -369,7 +369,7 @@ if ($_GET["rowid"] && $_GET["action"] != 'edit')
// Ref
print "<tr>".'<td>'.$langs->trans("Ref").'</td><td colspan="2">';
print $don->getNomUrl();
print $html->showrefnav($don,'rowid','',1,'rowid','ref','');
print '</td>';
print '</tr>';
......
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