Revision 71dab322
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
bin/mozilla/sepa.pl | ||
---|---|---|
237 | 237 |
'closed' => { 'text' => $locale->text('Closed'), }, |
238 | 238 |
num_invoices => { 'text' => $locale->text('Number of invoices'), }, |
239 | 239 |
sum_amounts => { 'text' => $locale->text('Sum of all amounts'), }, |
240 |
message_ids => { 'text' => $locale->text('SEPA message IDs'), }, |
|
240 | 241 |
); |
241 | 242 |
|
242 |
my @columns = qw(selected id export_date employee executed closed invoices netamount);
|
|
243 |
my @columns = qw(selected id export_date employee executed closed num_invoices sum_amounts message_ids);
|
|
243 | 244 |
my %column_alignment = map { ($_ => 'right') } qw(num_invoices sum_amounts); |
244 | 245 |
|
245 | 246 |
foreach my $name (qw(id export_date employee executed closed)) { |
Auch abrufbar als: Unified diff
SEPA-Suche: Nachrichten-IDs als Spalte anzeigen