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:
27bdd44
)
Anzeige der Checkbox zur Auswahl einer Mahnung nur einmal pro Mahnung, auch wenn...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 15 Jun 2007 13:10:19 +0000
(13:10 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 15 Jun 2007 13:10:19 +0000
(13:10 +0000)
bin/mozilla/dn.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/dn.pl
b/bin/mozilla/dn.pl
index
b345935
..
de85948
100644
(file)
--- a/
bin/mozilla/dn.pl
+++ b/
bin/mozilla/dn.pl
@@
-348,7
+348,7
@@
sub show_dunning {
};
}
- $row->{checkbox} = {
+ $row->{checkbox} =
!$first_row_for_dunning ? { } :
{
'raw_data' => $cgi->hidden('-name' => "dunning_id_$i", '-value' => $ref->{dunning_id})
. $cgi->checkbox('-name' => "selected_$i", '-value' => 1, '-label' => ''),
'valign' => 'center',