Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop

This commit is contained in:
ldestailleur
2025-06-12 07:14:46 +02:00

View File

@@ -1247,7 +1247,6 @@ if ((empty($id) && empty($ref)) || $action == 'create' || $action == 'add') {
} else {
if ($error && $action != 'edit') {
print '<div class="tabBar">';
print $error;
print '<br><br><input type="button" value="'.$langs->trans("ReturnCP").'" class="button" onclick="history.go(-1)" />';
print '</div>';
} else {