X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9a14696176033f03c97244f420d93f9c15efed61..39bdd9e00b88bd6a32276b1a25dfb158a6f382c2:/bin/mozilla/ir.pl diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index b84516b7d..0b9a4b227 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -349,7 +349,7 @@ sub setup_ir_action_bar { action => [ t8('more') ], action => [ t8('History'), - call => [ 'set_history_window', $::form->{id} * 1, 'id', 'glid' ], + call => [ 'set_history_window', $::form->{id} * 1, 'glid' ], disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, ], action => [ @@ -935,7 +935,12 @@ sub post { $form->save_history; } # /saving the history - $form->{callback} = 'ir.pl?action=add'; + # I keep the old default / comment for refactorer, pls check instance_conf: + #if ($::instance_conf->get_ir_add_doc && $::instance_conf->get_doc_storage) { + # my $add_doc_url = build_std_url("script=ir.pl", 'action=edit', 'id=' . E($form->{id})); + # print $form->redirect_header($add_doc_url); + #} + $form->{callback} = 'ir.pl?action=edit&id=' . $form->{id}; $form->redirect( $locale->text('Invoice') . " $form->{invnumber} " . ", " . $locale->text('ID')