Revision 8b2aefcd
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1660 | 1660 |
'invnumber' => { 'text' => $locale->text('Invoice'), }, |
1661 | 1661 |
'transdate' => { 'text' => $locale->text('Date'), }, |
1662 | 1662 |
'duedate' => { 'text' => $locale->text('Due'), }, |
1663 |
'amount' => { 'text' => $locale->text('Amount'), },
|
|
1664 |
'open' => { 'text' => $locale->text('Open'), },
|
|
1663 |
'amount' => { 'text' => $locale->text('Amount'), }, |
|
1664 |
'open' => { 'text' => $locale->text('Open'), }, |
|
1665 | 1665 |
); |
1666 | 1666 |
|
1667 | 1667 |
my %column_alignment = ('statement' => 'center', |
Auch abrufbar als: Unified diff
Kosmetik