Modify ↓
#1435 closed Bug/Fehler (fixed)
In /admin/includes/modules/customers_edit.php fehlendes </tr>
| Reported by: | noRiddle | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.4.0 |
| Component: | Admin | Version: | 2.0.3.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
In im Betreff genannter Datei fehlt ein schließendes </tr> in folgendem Code:
<tr>
<td class="dataTableConfig col-left"><?php echo TABLE_HEADING_AMOUNT; ?></td>
<td class="dataTableConfig col-single-right">
<?php echo $xtPrice->xtcFormat($cInfo->amount, true);
/*
if ($processed == true) {
echo $cInfo->amount.xtc_draw_hidden_field('amount', $cInfo->amount);
} else {
echo xtc_draw_input_field('amount', $cInfo->amount);
}
*/
?>
</td>
Gruß,
noRiddle
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Milestone: | → modified-shop-2.0.4.0 |
|---|---|
| Reporter: | changed from to |
| Version: | → 2.0.3.0 |
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 11119: