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:
75f04d3
)
Das Label für die Kunden-/Lieferantencheckbox richtig ausgeben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 29 May 2007 11:05:19 +0000
(11:05 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 29 May 2007 11:05:19 +0000
(11:05 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
41434c8
..
ac4dcf5
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1494,7
+1494,7
@@
sub search {
. $locale->text('Required by') . qq|</td>
</tr>
<tr>
- <td><input name="l_name" class=checkbox type=checkbox value=Y checked>
ucfirst($form->{vc})
</td>
+ <td><input name="l_name" class=checkbox type=checkbox value=Y checked>
$vc_label
</td>
<td><input name="l_employee" class=checkbox type=checkbox value=Y checked> $employee</td>
<td><input name="l_shipvia" class=checkbox type=checkbox value=Y> |
. $locale->text('Ship via') . qq|</td>