New: Add a confirmation on dangerous admin purge feature.

This commit is contained in:
Laurent Destailleur 2009-07-04 13:07:52 +00:00
parent a2d7c0efd2
commit 6ac445d043
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ For users:
- New: Several speed enhancements after using the Google Page speed - New: Several speed enhancements after using the Google Page speed
plugin for FireBug. plugin for FireBug.
- New: Add a confirmation on dangerous admin purge feature. - New: Add a confirmation on dangerous admin purge feature.
- New: Add navigation on donation sheets.
- Fix: Fix payment conditions on commercial proposals. - Fix: Fix payment conditions on commercial proposals.
- Fix: Nb of orders to process was wrong. - Fix: Nb of orders to process was wrong.
- Fix: Customer code was not correct on PDF it if contains special - Fix: Customer code was not correct on PDF it if contains special

View File

@ -369,7 +369,7 @@ if ($_GET["rowid"] && $_GET["action"] != 'edit')
// Ref // Ref
print "<tr>".'<td>'.$langs->trans("Ref").'</td><td colspan="2">'; print "<tr>".'<td>'.$langs->trans("Ref").'</td><td colspan="2">';
print $don->getNomUrl(); print $html->showrefnav($don,'rowid','',1,'rowid','ref','');
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';