Skip to content
Snippets Groups Projects
Commit 5c81feab authored by Frédéric France's avatar Frédéric France
Browse files

Add "no order"

parent b4e5acba
Branches
Tags
No related merge requests found
......@@ -216,6 +216,11 @@ if (! empty($conf->commande->enabled))
$i++;
}
}
else
{
$var=!$var;
print '<tr '.$bc[$var].'><td colspan="3">'.$langs->trans("NoOrder").'</td></tr>';
}
print "</table><br>";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment