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:
7b31116
)
Stornierte Rechnung und Stornorechnung falsch herum markiert in der Typ-Spalte.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Dec 2008 12:32:41 +0000
(12:32 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 12 Dec 2008 12:32:41 +0000
(12:32 +0000)
bin/mozilla/ar.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ar.pl
b/bin/mozilla/ar.pl
index
0eeafff
..
efd4c32
100644
(file)
--- a/
bin/mozilla/ar.pl
+++ b/
bin/mozilla/ar.pl
@@
-1583,8
+1583,8
@@
sub ar_transactions {
map { $ar->{$_} = $form->format_amount(\%myconfig, $ar->{$_}, 2) } qw(netamount tax amount paid due marge_total marge_percent);
- my $is_storno = $ar->{storno} &&
!
$ar->{storno_id};
- my $has_storno = $ar->{storno} && $ar->{storno_id};
+ my $is_storno = $ar->{storno} &&
$ar->{storno_id};
+ my $has_storno = $ar->{storno} &&
!
$ar->{storno_id};
$ar->{type} =
$has_storno ? $locale->text("Invoice with Storno (abbreviation)") :