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:
84345da
)
Buchungsnummer auch bei Einkaufsrechnungen als Info anzeigen
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 26 Sep 2017 05:01:22 +0000
(07:01 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 26 Sep 2017 05:01:22 +0000
(07:01 +0200)
-> Konsistent zu Dialog- und Kreditorenbuchungen - Insbesondere
für die Synchronisation mit Papierbelegen.
bin/mozilla/ir.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ir.pl
b/bin/mozilla/ir.pl
index
0a921f2
..
5f85fa3
100644
(file)
--- a/
bin/mozilla/ir.pl
+++ b/
bin/mozilla/ir.pl
@@
-878,6
+878,8
@@
sub post {
$form->{callback} = 'ir.pl?action=add';
$form->redirect( $locale->text('Invoice')
. " $form->{invnumber} "
+ . ", " . $locale->text('ID')
+ . ': ' . $form->{id} . ' '
. $locale->text('posted!'));
}
$form->error($locale->text('Cannot post invoice!'));