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:
badd147
)
Bug 404 behoben, Neue Nummer bei Speichern und Schliessen
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 11:31:36 +0000
(11:31 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 11:31:36 +0000
(11:31 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
e810854
..
6301e24
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1964,7
+1964,7
@@
sub save_and_close {
}
# get new number in sequence if no number is given or if saveasnew was requested
- if (!$form->{$ordumber} || $form->{saveasnew}) {
+ if (!$form->{$ord
n
umber} || $form->{saveasnew}) {
$form->{$ordnumber} = $form->update_defaults(\%myconfig, $numberfld);
}