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

Fix php error

parent e79a84a8
Branches
Tags
No related merge requests found
...@@ -170,7 +170,7 @@ else if ($action == "confirm_create") { ...@@ -170,7 +170,7 @@ else if ($action == "confirm_create") {
$book = new BookKeeping($db); $book = new BookKeeping($db);
if (empty(GETPOST('next_num_mvt'))) if (! GETPOST('next_num_mvt'))
{ {
setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("NumPiece")), null, 'errors'); setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("NumPiece")), null, 'errors');
$error++; $error++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment