Revision 2654e8ee
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1583 | 1583 |
|
1584 | 1584 |
map { $ar->{$_} = $form->format_amount(\%myconfig, $ar->{$_}, 2) } qw(netamount tax amount paid due marge_total marge_percent); |
1585 | 1585 |
|
1586 |
my $is_storno = $ar->{storno} && !$ar->{storno_id};
|
|
1587 |
my $has_storno = $ar->{storno} && $ar->{storno_id}; |
|
1586 |
my $is_storno = $ar->{storno} && $ar->{storno_id};
|
|
1587 |
my $has_storno = $ar->{storno} && !$ar->{storno_id};
|
|
1588 | 1588 |
|
1589 | 1589 |
$ar->{type} = |
1590 | 1590 |
$has_storno ? $locale->text("Invoice with Storno (abbreviation)") : |
Auch abrufbar als: Unified diff
Stornierte Rechnung und Stornorechnung falsch herum markiert in der Typ-Spalte.