Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Torsten Riemer, 8 years ago

Milestone: modified-shop-2.0.4.0
Reporter: changed from anonymous to noRiddle
Version: 2.0.3.0

comment:2 by Torsten Riemer, 8 years ago

Resolution: fixed
Status: newclosed

In 11119:

fix #1435

comment:3 by Torsten Riemer, 8 years ago

In 11120:

fix #1435

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.