6 lines
234 B
PHP
6 lines
234 B
PHP
<tr>
|
|
<td class="sku"><?php echo $item->product->sku; ?></td>
|
|
<td class="schedule"><?php echo $item->display('recurr_schedule');?></td>
|
|
<td class="price"><?php echo Currency::display($price_firstinvoice+$price_setup); ?></td>
|
|
</tr>
|