Add missing end tag form into fichinter setup

The setup for option `FICHINTER_PRINT_PRODUCTS` was broken.
This commit is contained in:
jfefe 2017-06-26 21:37:36 +02:00 committed by GitHub
parent 75006f9970
commit 9b951c5d1b

View File

@ -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'] . '">';