Skip to content
Snippets Groups Projects
Commit da959c5c authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Little typo in commit 8b633aee

parent c6093fff
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@ if ($action == 'del')
{
$bankline=new AccountLine($db);
if ($bankline->fetch($_GET["rowid"]) > 1) {
if ($bankline->fetch($_GET["rowid"]) > 0) {
$result = $bankline->delete($user);
if ($result < 0) {
dol_print_error($db, $bankline->error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment