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:
5114d0d
)
Den Eintrag für "Verkäuer/in" nicht mit einer uninitialisierten Variablen überschreiben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 08:14:42 +0000
(10:14 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 08:14:42 +0000
(10:14 +0200)
Fix für Bug 1055.
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
80e38e8
..
d67a1b9
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-185,8
+185,6
@@
sub order_links {
$form->{employee} = "$form->{employee}--$form->{employee_id}";
- $form->{salesman_id} = $salesman_id if ($editing);
-
$lxdebug->leave_sub();
}