show PaymentItems

This commit is contained in:
2016-05-16 21:06:27 +01:00
parent c15369b234
commit 7fbd49d6fb
3 changed files with 83 additions and 6 deletions

View File

@ -0,0 +1,4 @@
<tr>
<td colspan="3"><?php print check_plain( $item[ 'name' ] ); ?></td>
<td class="text-right">&ndash;<?php print $item[ '_price' ][ 'format_total' ]; ?></td>
</tr>