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:
753b82f
)
Für Einkauf -> Einkaufsrechnung die korrekte Überschrift Zahlungsausgang anstatt...
author
Jan Büren
<jan@lx-office-hosting.de>
Sat, 18 Dec 2010 12:05:49 +0000
(13:05 +0100)
committer
Jan Büren
<jan@lx-office-hosting.de>
Sat, 18 Dec 2010 12:05:49 +0000
(13:05 +0100)
templates/webpages/ir/_payments.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ir/_payments.html
b/templates/webpages/ir/_payments.html
index
179e65d
..
c3c7ca2
100644
(file)
--- a/
templates/webpages/ir/_payments.html
+++ b/
templates/webpages/ir/_payments.html
@@
-4,7
+4,7
@@
<td>
<table width="100%">
<tr class="listheading">
-[% IF is_type_credit_note %]
+[% IF is_type_credit_note
|| vc == 'vendor'
%]
<th colspan="6" class="listheading">[% 'Payments' | $T8 %]</th>
[% ELSE %]
<th colspan="6" class="listheading">[% 'Incoming Payments' | $T8 %]</th>