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:
bc6ceee
)
Bug 421 behoben
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 10:41:25 +0000
(10:41 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 10:41:25 +0000
(10:41 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
1f45b3a
..
a6237fa
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-313,7
+313,7
@@
sub search {
<td colspan=3>
<table>
<tr>
- <td><input name=l_partnumber class=checkbox type=checkbox value=Y> |
+ <td><input name=l_partnumber class=checkbox type=checkbox value=Y
checked
> |
. $locale->text('Part Number') . qq|</td>
<td><input name=l_description class=checkbox type=checkbox value=Y checked> |
. $locale->text('Part Description') . qq|</td>
@@
-3189,6
+3189,7
@@
sub save_as_new {
$lxdebug->enter_sub();
$form->{id} = 0;
+ $form->{partnumber} = "";
&save;
$lxdebug->leave_sub();