Fixed create from bug: added action with refresh url

Former-commit-id: b63f6e6f9169a35d9dcb9cfd078c35fd4deafdac
This commit is contained in:
Luis Calvo 2019-03-22 14:03:38 +01:00
parent cb8cd37ee7
commit 8d8b856864
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ if (isset($data)) {
}
echo '<form method="post">';
echo '<form method="post" action='.$url.'>';
echo '<div class="" style="float:right;">';
html_print_input_hidden('new', 1);
html_print_submit_button(__('Create'), 'crt', false, 'class="sub next"');