|
|
@@ -347,6 +347,7 @@
|
|
347
|
347
|
<th>{% trans "Allocation" %}</th>
|
|
348
|
348
|
<th>{% trans "Amount debited" %}</th>
|
|
349
|
349
|
<th>{% trans "Amount refunded" %}</th>
|
|
|
350
|
+ <th>{% trans "Reference" %}</th>
|
|
350
|
351
|
</tr>
|
|
351
|
352
|
</thead>
|
|
352
|
353
|
<tbody>
|
|
|
@@ -356,6 +357,7 @@
|
|
356
|
357
|
<td>{{ source.amount_allocated|currency }}</td>
|
|
357
|
358
|
<td>{{ source.amount_debited|currency }}</td>
|
|
358
|
359
|
<td>{{ source.amount_refunded|currency }}</td>
|
|
|
360
|
+ <td>{{ source.reference|default:"-" }}</td>
|
|
359
|
361
|
</tr>
|
|
360
|
362
|
{% endfor %}
|
|
361
|
363
|
</tbody>
|