projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee56f1b
)
Einkaufsrechnungen: nach Buchen wieder zur Erfassen-Maske mit Flash-Meldung
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 24 Jan 2017 16:40:25 +0000
(17:40 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 24 Jan 2017 16:41:03 +0000
(17:41 +0100)
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
5691c44
..
7481910
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-780,6
+780,7
@@
sub post {
$form->save_history;
}
# /saving the history
+ $form->{callback} = 'ir.pl?action=add';
$form->redirect( $locale->text('Invoice')
. " $form->{invnumber} "
. $locale->text('posted!'));