Commit bd08b04 1 parent bf94ca3 commit bd08b04 Copy full SHA for bd08b04
File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 2.7.0
2
+
3
+ Compatibility: requires minimum Kimai 2.15.0
4
+
5
+ - Replaced disallowed invoice value access
6
+
1
7
## Version 2.6.0
2
8
3
9
Compatibility: requires minimum Kimai 2.15.0
Original file line number Diff line number Diff line change 101
101
{{ entry .activity .name }} / {{ entry .project .name }}
102
102
{% endif %}
103
103
</td >
104
- <td nowrap class =" text-nowrap text-right" >{{ rate | money(model . calculator . currency ) }}</td >
104
+ <td nowrap class =" text-nowrap text-right" >{{ rate | money(invoice [ ' invoice. currency' ] ) }}</td >
105
105
<td nowrap class =" text-nowrap text-right" >{{ duration }}</td >
106
- <td nowrap class =" text-nowrap text-right" >{{ entry .rate | money(model . calculator . currency ) }}</td >
106
+ <td nowrap class =" text-nowrap text-right" >{{ entry .rate | money(invoice [ ' invoice. currency' ] ) }}</td >
107
107
</tr >
108
108
{% endfor %}
109
109
</tbody >
112
112
<td colspan =" 4" class =" text-right" >
113
113
{{ ' invoice.subtotal' | trans }}
114
114
</td >
115
- <td class =" text-right" >{{ model .calculator .subtotal | money(model . calculator . currency ) }}</td >
115
+ <td class =" text-right" >{{ model .calculator .subtotal | money(invoice [ ' invoice. currency' ] ) }}</td >
116
116
</tr >
117
117
<tr >
118
118
<td colspan =" 4" class =" text-right" >
119
119
{{ ' invoice.tax' | trans }} ({{ model .calculator .vat }}%)
120
120
</td >
121
- <td class =" text-right" >{{ model .calculator .tax | money(model . calculator . currency ) }}</td >
121
+ <td class =" text-right" >{{ model .calculator .tax | money(invoice [ ' invoice. currency' ] ) }}</td >
122
122
</tr >
123
123
<tr >
124
124
<td colspan =" 4" class =" text-right text-nowrap" >
125
125
<strong >{{ ' invoice.total' | trans }}</strong >
126
126
</td >
127
127
<td class =" text-right" >
128
- <strong >{{ model .calculator .total | money(model . calculator . currency ) }}</strong >
128
+ <strong >{{ model .calculator .total | money(invoice [ ' invoice. currency' ] ) }}</strong >
129
129
</td >
130
130
</tr >
131
131
</tfoot >
Original file line number Diff line number Diff line change 3
3
"description" : " Showcase plugin for Kimai, with demos for many extension points within the core" ,
4
4
"homepage" : " https://github.com/Keleo/DemoBundle" ,
5
5
"type" : " kimai-plugin" ,
6
- "version" : " 2.6 .0" ,
6
+ "version" : " 2.7 .0" ,
7
7
"keywords" : [
8
8
" kimai" ,
9
9
" kimai-plugin"
You can’t perform that action at this time.
0 commit comments