mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
typo
This commit is contained in:
@@ -503,9 +503,8 @@ if ($action == 'create' && !$error)
|
||||
print "</table>\n";
|
||||
}
|
||||
|
||||
|
||||
//Mode liste
|
||||
if (($action != 'create' && $action != 'add') || !$error)
|
||||
if (($action != 'create' && $action != 'add') && !$error)
|
||||
{
|
||||
llxHeader();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user