87,7 → 87,8 |
<input class="col_set_checkbox" value="<?php echo $oVoucher->id; ?>" name="wpsg_multido[]" type="checkbox" /> |
|
</td> |
<td class="col_code"><?php echo $oVoucher->code; ?></td> |
<?php /* <td class="col_code"><?php echo $oVoucher->code; ?></td> */ ?> |
<td class="col_code"><a href="<?php echo WPSG_URL_WP . 'wp-admin/admin.php?page=wpsg-Order&action=ajax&mod=wpsg_mod_voucherproduct&gs_id='.$oVoucher->id.'&order_id='.$oVoucher->autocreate_order.'&noheader=1&cmd=getVoucher'; ?>"><?php echo $oVoucher->code; ?></a></td> |
<td class="col_start"><?php echo wpsg_formatTimestamp($oVoucher->start_date); ?></td> |
<td class="col_end"><?php echo wpsg_formatTimestamp($oVoucher->end_date); ?></td> |
<td class="col_value"><?php |