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:
c872d06
)
Checkbox-Spalte nur bei HTML-Bericht anzeigen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 2 Dec 2010 10:13:18 +0000
(11:13 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 3 Dec 2010 11:07:43 +0000
(12:07 +0100)
bin/mozilla/sepa.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/sepa.pl
b/bin/mozilla/sepa.pl
index
1567c62
..
6cdc35f
100755
(executable)
--- a/
bin/mozilla/sepa.pl
+++ b/
bin/mozilla/sepa.pl
@@
-213,7
+213,7
@@
sub bank_transfer_list {
$column_defs{$name}->{link} = $href . "&sort=$name&sortdir=$sortdir";
}
- $column_defs{selected}->{visible} = $open_available ?
1
: 0;
+ $column_defs{selected}->{visible} = $open_available ?
'HTML'
: 0;
$column_defs{executed}->{visible} = $form->{l_executed} && $form->{l_not_executed} ? 1 : 0;
$column_defs{closed}->{visible} = $form->{l_closed} && $form->{l_open} ? 1 : 0;