Fixed create from bug: added action with refresh url
Former-commit-id: b63f6e6f9169a35d9dcb9cfd078c35fd4deafdac
This commit is contained in:
parent
cb8cd37ee7
commit
8d8b856864
|
@ -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"');
|
||||
|
|
Loading…
Reference in New Issue