Skip to content
Snippets Groups Projects
Commit 9b951c5d authored by jfefe's avatar jfefe Committed by GitHub
Browse files

Add missing end tag `form` into fichinter setup

The setup for option `FICHINTER_PRINT_PRODUCTS` was broken.
parent 75006f99
No related branches found
No related tags found
No related merge requests found
......@@ -559,6 +559,7 @@ print '/>';
print '</td><td align="right">';
print '<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
print "</td></tr>\n";
print '</form>';
// Use services duration
print '<form action="' . $_SERVER["PHP_SELF"] . '" method="post">';
print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment